|
IBR-DTNSuite
0.10
|
#include "ibrcommon/config.h"#include "ibrcommon/net/vsocket.h"#include "ibrcommon/thread/MutexLock.h"#include "ibrcommon/Logger.h"#include "ibrcommon/TimeMeasurement.h"#include <algorithm>#include <netdb.h>#include <sys/socket.h>#include <sys/types.h>#include <netinet/tcp.h>#include <sys/un.h>#include <errno.h>#include <sstream>#include <string.h>#include <fcntl.h>#include <signal.h>#include <arpa/inet.h>#include <unistd.h>
Go to the source code of this file.
Namespaces | |
| namespace | ibrcommon |
Functions | |
| int | ibrcommon::__compat_select (int nfds, fd_set *readfds, fd_set *writefds, fd_set *exceptfds, struct timeval *timeout) |