IBR-DTNSuite  0.8
ibrcommon/ibrcommon/net/vsocket.cpp File Reference
#include "ibrcommon/config.h"
#include "ibrcommon/net/vsocket.h"
#include "ibrcommon/TimeMeasurement.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>
#include <unistd.h>
Include dependency graph for vsocket.cpp:

Go to the source code of this file.

Namespaces

namespace  ibrcommon

Functions

int ibrcommon::__nonlinux_select (int nfds, fd_set *readfds, fd_set *writefds, fd_set *exceptfds, struct timeval *timeout)
int ibrcommon::recvfrom (int fd, char *data, size_t maxbuffer, std::string &address)