|
SUMO - Simulation of Urban MObility
|
#include "socket.h"#include <sys/types.h>#include <sys/socket.h>#include <netinet/in.h>#include <netinet/tcp.h>#include <arpa/inet.h>#include <netdb.h>#include <errno.h>#include <fcntl.h>#include <unistd.h>#include <cstdio>#include <cstring>#include <cstdarg>#include <cassert>#include <string>#include <vector>#include <algorithm>#include <string.h>Go to the source code of this file.
Namespaces | |
| tcpip | |
Functions | |
| tcpip::BailOnSocketError ("tcpip::Socket::recvAndCheck @ recv") | |
| throw | tcpip::SocketException ("tcpip::Socket::recvAndCheck @ recv: peer shutdown") |
| return | tcpip::static_cast< size_t > (bytesReceived) |
| void Socket::const | tcpip::throw (SocketException) |
| bool Socket::const | tcpip::throw () |