Fixed a lot of bugs in HSFV_management

This commit is contained in:
eddyem
2017-05-05 16:47:02 +03:00
parent 220655233e
commit bf4ea0c493
14 changed files with 1529 additions and 1396 deletions

View File

@@ -168,8 +168,6 @@ void server_(int sock){
}
// Main loop
while(1){
fd_set readfds;
struct timeval timeout;
socklen_t size = sizeof(struct sockaddr_in);
struct sockaddr_in their_addr;
int newsock;