mirror of
https://github.com/wangyu-/udp2raw.git
synced 2025-10-14 09:55:33 +08:00
server works again
This commit is contained in:
@@ -15,7 +15,6 @@
|
||||
#include "encrypt.h"
|
||||
#include "fd_manager.h"
|
||||
|
||||
#if 0
|
||||
int server_easytcp=0;//currently only for test
|
||||
|
||||
int server_on_timer_multi(conn_info_t &conn_info) //for server. called when a timer is ready in epoll.for server,there will be one timer for every connection
|
||||
@@ -900,8 +899,3 @@ int server_event_loop()
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
#endif
|
||||
int server_event_loop()
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user