Added asynchronous udp receive function (#193)
* Added asynchronous udp receive function * Remove receive_async and added low level recv, which is non-blocking. * Remove thread include * Moved unix include to IXNetSystem.h
This commit is contained in:
@ -29,6 +29,7 @@ typedef unsigned long int nfds_t;
|
||||
#include <sys/stat.h>
|
||||
#include <sys/time.h>
|
||||
#include <unistd.h>
|
||||
#include <fcntl.h>
|
||||
#endif
|
||||
|
||||
namespace ix
|
||||
|
Reference in New Issue
Block a user