#include <inttypes.h>#include "webserver.h"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 420 |
| #define | UIP_CONF_BYTE_ORDER LITTLE_ENDIAN |
| #define | UIP_CONF_LOGGING 1 |
| #define | UIP_CONF_UDP 0 |
| #define | UIP_CONF_UDP_CHECKSUMS 1 |
| #define | UIP_CONF_STATISTICS 1 |
| typedef uint8_t | u8_t |
| typedef uint16_t | u16_t |
| typedef unsigned short | uip_stats_t |
An example uIP configuration file
1.6.1