#include "hello-world.h"
Go to the source code of this file.
Project-specific configuration options | |
uIP has a number of configuration options that can be overridden for each project. These are kept in a project-specific uip-conf.h file and all configuration names have the prefix UIP_CONF. | |
#define | UIP_CONF_MAX_CONNECTIONS 40 |
#define | UIP_CONF_MAX_LISTENPORTS 40 |
#define | UIP_CONF_BUFFER_SIZE 1500 |
#define | UIP_CONF_BYTE_ORDER UIP_LITTLE_ENDIAN |
#define | UIP_CONF_LOGGING 1 |
#define | UIP_CONF_UDP 0 |
#define | UIP_CONF_UDP_CHECKSUMS 0 |
#define | UIP_CONF_STATISTICS 1 |
#define | UIP_CONF_LLH_LEN 14 |
#define | UIP_CONF_BROADCAST 0 |
#define | UIP_CONF_IPV6 0 |
typedef unsigned char | u8_t |
typedef unsigned short | u16_t |
typedef unsigned short | uip_stats_t |
An example uIP configuration file
Definition in file uip-conf.h.