MediaProcessors
Macros | Typedefs | Variables
comm_udp.h File Reference

UDP communication module. More...

This graph shows which files directly or indirectly include this file:

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
 

Detailed Description

UDP communication module.

Author
Rafael Antoniello

Definition in file comm_udp.h.

Macro Definition Documentation

#define UDP_COM_RECV_DGRAM_MAXSIZE   2048

Maximum datagram size that can be received.

Definition at line 44 of file comm_udp.h.

Variable Documentation

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.