Mistake on this page?
Report an issue in GitHub or email us
Macros

Macros

#define LWIP_UDP   1
 LWIP_UDP==1: Turn on UDP. More...
 
#define LWIP_UDPLITE   0
 LWIP_UDPLITE==1: Turn on UDP-Lite. More...
 
#define UDP_TTL   IP_DEFAULT_TTL
 UDP_TTL: Default Time-To-Live value. More...
 
#define LWIP_NETBUF_RECVINFO   0
 LWIP_NETBUF_RECVINFO==1: append destination addr and port to every netbuf. More...
 

Detailed Description

Macro Definition Documentation

#define LWIP_NETBUF_RECVINFO   0

LWIP_NETBUF_RECVINFO==1: append destination addr and port to every netbuf.

Definition at line 1201 of file opt.h.

#define LWIP_UDP   1

LWIP_UDP==1: Turn on UDP.

Definition at line 1180 of file opt.h.

#define LWIP_UDPLITE   0

LWIP_UDPLITE==1: Turn on UDP-Lite.

(Requires LWIP_UDP)

Definition at line 1187 of file opt.h.

#define UDP_TTL   IP_DEFAULT_TTL

UDP_TTL: Default Time-To-Live value.

Definition at line 1194 of file opt.h.

Important Information for this Arm website

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies. If you are not happy with the use of these cookies, please review our Cookie Policy to learn how they can be disabled. By disabling cookies, some features of the site will not work.