#include <unistd.h>#include <sys/types.h>#include <netinet/ip.h>#include <netinet/ip6.h>#include <netinet/in.h>#include <netinet/tcp.h>#include <netinet/udp.h>#include <sys/socket.h>#include <arpa/inet.h>#include <fcntl.h>#include <sys/poll.h>#include <iostream>#include <errno.h>#include <string>#include <sstream>#include "tp_over_udp.h"#include "threadsafe_db.h"#include "cleanuphandler.h"#include "setuid.h"#include "logfile.h"#include "linux/netfilter.h"#include <set>
Go to the source code of this file.
Namespaces | |
| namespace | protlib |
Defines | |
| #define | UDP_SUCCESS 0 |
| #define | UDP_SEND_FAILURE 1 |
| #define | BUFSIZE 2048000 |
Variables | |
| const unsigned int | max_listen_queue_size = 10 |
| char | protlib::in6_addrstr_loc [INET6_ADDRSTRLEN+1] |
----------------------------------------*- mode: C++; -*--
UDP-based transport module ----------------------------------------------------------
Definition in file tp_over_udp.cpp.
| #define BUFSIZE 2048000 |
Definition at line 64 of file tp_over_udp.cpp.
| #define UDP_SEND_FAILURE 1 |
Definition at line 62 of file tp_over_udp.cpp.
Referenced by protlib::TPoverUDP::udpsend().
| #define UDP_SUCCESS 0 |
Definition at line 61 of file tp_over_udp.cpp.
Referenced by protlib::TPoverUDP::udpsend().
| const unsigned int max_listen_queue_size = 10 |
Definition at line 67 of file tp_over_udp.cpp.
1.6.1