Definition in file uip-conf.h.
#include <inttypes.h>
#include "webserver.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 |
| Maximum number of TCP connections. | |
| #define | UIP_CONF_MAX_LISTENPORTS |
| Maximum number of listening TCP ports. | |
| #define | UIP_CONF_BUFFER_SIZE |
| uIP buffer size. | |
| #define | UIP_CONF_BYTE_ORDER |
| CPU byte order. | |
| #define | UIP_CONF_LOGGING |
| Logging on or off. | |
| #define | UIP_CONF_UDP |
| UDP support on or off. | |
| #define | UIP_CONF_UDP_CHECKSUMS |
| UDP checksums on or off. | |
| #define | UIP_CONF_STATISTICS |
| uIP statistics on or off | |
| typedef uint8_t | u8_t |
| 8 bit datatype | |
| typedef uint16_t | u16_t |
| 16 bit datatype | |
| typedef unsigned short | uip_stats_t |
| Statistics datatype. | |
1.4.6