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:
tostc
2020-05-05 16:47:41 +02:00
committed by GitHub
parent 15355188d5
commit 7337ed34a6
3 changed files with 31 additions and 1 deletions

View File

@ -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