#include <sys/types.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <sys/socket.h>
#include <sys/wait.h>
#include <unistd.h>
#include <netdb.h>
#include <cstdlib>
#include <cstring>
#include <cerrno>
#include <exception>
#include <stdexcept>
#include <sstream>
#include <string>
#include <assert.h>
Go to the source code of this file.
Namespaces | |
| namespace | eqn_cruncher |
It also defines some exceptions deling with sockets. They are thrown whenever there is an error detected while using these UNIX sockets.
1.2.18