mirror of
https://github.com/eddyem/eddys_snippets.git
synced 2026-03-20 08:41:02 +03:00
Fixed a lot of bugs in HSFV_management
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user