DESERT 3.5.1
|
Go to the source code of this file.
Classes | |
struct | hdr_uwudp |
class | UwUdp |
Macros | |
#define | DROP_UNKNOWN_PORT_NUMBER "UPN" |
#define | DROP_RECEIVED_DUPLICATED_PACKET "RDP" |
#define | HDR_UWUDP(P) (hdr_uwudp::access(P)) |
Typedefs | |
typedef struct hdr_uwudp | hdr_uwudp |
Variables | |
packet_t | PT_UWUDP |
Provides the UWUDP packets header description and the definition of the class UWUDP.
UWUDP implements a very simple module used to manage different application flows.
Definition in file uwudp-module.h.
#define DROP_RECEIVED_DUPLICATED_PACKET "RDP" |
Reason for a drop in a UWUDP module.
Definition at line 54 of file uwudp-module.h.
#define DROP_UNKNOWN_PORT_NUMBER "UPN" |
Reason for a drop in a UWUDP module.
Definition at line 52 of file uwudp-module.h.
#define HDR_UWUDP | ( | P | ) | (hdr_uwudp::access(P)) |
Definition at line 56 of file uwudp-module.h.
|
extern |
Definition at line 45 of file DESERT_Framework/DESERT/transport/uwudp/initlib.cpp.