DABC (Data Acquisition Backbone Core)
2.9.9
|
#include "hadaq/UdpTransport.h"
#include <cerrno>
#include <cmath>
#include <unistd.h>
#include <cstdio>
#include <cstdlib>
#include <sched.h>
#include <netinet/in.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/syscall.h>
Go to the source code of this file.
Macros | |
#define | DEFAULT_MTU 0xFFF0 |
#define DEFAULT_MTU 0xFFF0 |
Definition at line 33 of file UdpTransport.cxx.