#include "lwipopts.h"
#include "lwip/debug.h"
Go to the source code of this file.
◆ API_LIB_DEBUG
◆ API_MSG_DEBUG
◆ ARP_QUEUEING
If enabled, outgoing packets are queued during hardware address resolution.
This feature has not stabilized yet. Single-packet queueing is believed to be stable, multi-packet queueing is believed to clash with the TCP segment queueing.
As multi-packet-queueing is currently disabled, enabling this should work, but we need your testing feedback on lwip-users.
◆ ARP_TABLE_SIZE
#define ARP_TABLE_SIZE 10 |
Number of active hardware address, IP address pairs cached
◆ CHECKSUM_CHECK_IP
#define CHECKSUM_CHECK_IP 1 |
◆ CHECKSUM_CHECK_TCP
#define CHECKSUM_CHECK_TCP 1 |
◆ CHECKSUM_CHECK_UDP
#define CHECKSUM_CHECK_UDP 1 |
◆ CHECKSUM_GEN_IP
#define CHECKSUM_GEN_IP 1 |
◆ CHECKSUM_GEN_TCP
#define CHECKSUM_GEN_TCP 1 |
◆ CHECKSUM_GEN_UDP
#define CHECKSUM_GEN_UDP 1 |
◆ DBG_MIN_LEVEL
◆ DBG_TYPES_ON
◆ DEFAULT_THREAD_PRIO
#define DEFAULT_THREAD_PRIO 1 |
◆ DHCP_DEBUG
◆ ETHARP_DEBUG
◆ ICMP_DEBUG
◆ ICMP_STATS
◆ INET_DEBUG
◆ IP_DEBUG
◆ IP_FRAG
Fragment outgoing IP packets if their size exceeds MTU
◆ IP_REASS_DEBUG
◆ IP_REASSEMBLY
IP reassembly and segmentation. Even if they both deal with IP fragments, note that these are orthogonal, one dealing with incoming packets, the other with outgoing packetsReassemble incoming fragmented IP packets
◆ IP_STATS
◆ IPFRAG_STATS
◆ LINK_STATS
◆ LWIP_CALLBACK_API
#define LWIP_CALLBACK_API 1 |
◆ LWIP_COMPAT_SOCKETS
#define LWIP_COMPAT_SOCKETS 1 |
◆ LWIP_EVENT_API
◆ LWIP_HAVE_LOOPIF
#define LWIP_HAVE_LOOPIF 1 |
◆ LWIP_RAW
◆ LWIP_STATS_DISPLAY
#define LWIP_STATS_DISPLAY 0 |
◆ MEM_DEBUG
◆ MEM_STATS
◆ MEMP_DEBUG
◆ MEMP_NUM_RAW_PCB
#define MEMP_NUM_RAW_PCB 4 |
◆ MEMP_SANITY_CHECK
#define MEMP_SANITY_CHECK 0 |
◆ MEMP_STATS
◆ NETIF_DEBUG
◆ PBUF_DEBUG
◆ PBUF_STATS
◆ PPP_DEBUG
◆ PPP_SUPPORT
#define PPP_SUPPORT 0 /* Set for PPP */ |
◆ PPP_THREAD_PRIO
#define PPP_THREAD_PRIO 1 |
◆ RAW_DEBUG
◆ RAW_STATS
◆ RAW_TTL
◆ SLIP_DEBUG
◆ SLIPIF_THREAD_PRIO
#define SLIPIF_THREAD_PRIO 1 |
◆ SO_REUSE
◆ SOCKETS_DEBUG
◆ SYS_DEBUG
◆ SYS_STATS
◆ TCP_CWND_DEBUG
◆ TCP_DEBUG
◆ TCP_FR_DEBUG
◆ TCP_INPUT_DEBUG
◆ TCP_OUTPUT_DEBUG
◆ TCP_QLEN_DEBUG
◆ TCP_REXMIT_DEBUG
◆ TCP_RST_DEBUG
◆ TCP_RTO_DEBUG
◆ TCP_SNDLOWAT
◆ TCP_STATS
◆ TCP_WND_DEBUG
◆ TCPIP_DEBUG
◆ UDP_DEBUG
◆ UDP_STATS