MediaProcessors
|
UDP communication module. More...
Go to the source code of this file.
Macros | |
#define | UDP_COM_RECV_DGRAM_MAXSIZE 2048 |
Typedefs | |
typedef struct comm_if_s | comm_if_t |
Variables | |
const comm_if_t | comm_if_udp |
UDP communication module.
Definition in file comm_udp.h.
#define UDP_COM_RECV_DGRAM_MAXSIZE 2048 |
Maximum datagram size that can be received.
Definition at line 44 of file comm_udp.h.
const comm_if_t comm_if_udp |
Communication protocol interface implementing the User Data Protocol (UDP).
Definition at line 102 of file comm_udp.c.