|
IBR-DTNSuite 0.6
|
#include "ibrcommon/net/vsocket.h"#include <ibrcommon/thread/MutexLock.h>#include <ibrcommon/Logger.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>
Go to the source code of this file.
Namespaces | |
| namespace | ibrcommon |
Functions | |
| int | ibrcommon::recvfrom (int fd, char *data, size_t maxbuffer, std::string &address) |