uip-conf.h File Reference

#include <stdint.h>
#include "../mult/mult_uip.h"
#include "../mult/mult_uip.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 PACK_STRUCT_END   __attribute__((packed))
#define ALIGN_STRUCT_END   __attribute__((aligned(4)))
#define UIP_CONF_MAX_CONNECTIONS
#define UIP_CONF_MAX_LISTENPORTS
#define UIP_CONF_BUFFER_SIZE
#define UIP_CONF_BYTE_ORDER
#define UIP_CONF_LOGGING
#define UIP_CONF_UDP
#define UIP_CONF_UDP_CHECKSUMS
#define UIP_CONF_STATISTICS
typedef uint8_t u8_t
typedef uint16_t u16_t
typedef uint32_t u32_t
typedef unsigned short uip_stats_t

Detailed Description

An example uIP configuration file

Author:
Adam Dunkels <adam@sics.se>

Definition in file uip-conf.h.