unify udpraw linux and mp branch

This commit is contained in:
wangyu
2020-07-15 15:29:32 -04:00
parent 79bb28fd12
commit 5a51248cb0
8 changed files with 1310 additions and 7 deletions

View File

@@ -5,6 +5,7 @@
* Author: root
*/
#ifndef UDP2RAW_MP
#include "common.h"
#include "network.h"
@@ -911,3 +912,5 @@ int server_event_loop()
}
return 0;
}
#endif