EVE 1.0
#include "contiki-conf.h"
Include dependency graph for uipopt.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define UIP_FIXEDADDR
 
#define UIP_PINGADDRCONF
 
#define UIP_FIXEDETHADDR
 
#define UIP_LLH_LEN
 
#define UIP_BUFSIZE
 
#define UIP_STATISTICS
 
#define UIP_LOGGING
 
#define UIP_BROADCAST
 
#define UIP_TTL   64
 
#define UIP_REASS_MAXAGE   60 /*60s*/
 
#define UIP_REASSEMBLY
 
#define UIP_LINK_MTU   1280
 
#define UIP_CONF_IPV6   0
 
#define UIP_CONF_IPV6_QUEUE_PKT   0
 
#define UIP_CONF_IPV6_CHECKS   1
 
#define UIP_CONF_IPV6_REASSEMBLY   0
 
#define UIP_CONF_NETIF_MAX_ADDRESSES   3
 
#define UIP_CONF_DS6_PREFIX_NBU   2
 
#define UIP_CONF_DS6_DEFRT_NBU   2
 
#define UIP_UDP
 
#define UIP_UDP_CHECKSUMS
 
#define UIP_UDP_CONNS
 
#define UIP_TCP
 
#define UIP_ACTIVE_OPEN
 
#define UIP_CONNS
 
#define UIP_LISTENPORTS
 
#define UIP_URGDATA
 
#define UIP_RTO   3
 
#define UIP_MAXRTX   8
 
#define UIP_MAXSYNRTX   5
 
#define UIP_TCP_MSS   (UIP_BUFSIZE - UIP_LLH_LEN - UIP_TCPIP_HLEN)
 
#define UIP_RECEIVE_WINDOW
 
#define UIP_TIME_WAIT_TIMEOUT   120
 
#define UIP_ARPTAB_SIZE
 
#define UIP_ARP_MAXAGE   120
 
#define SICSLOWPAN_REASS_MAXAGE   20
 
#define SICSLOWPAN_CONF_COMPRESSION   0
 
#define SICSLOWPAN_CONF_MAX_ADDR_CONTEXTS   1
 
#define SICSLOWPAN_CONF_FRAG   0
 
#define UIP_BYTE_ORDER
 

Functions

void uip_log (char *msg)
 

Detailed Description

Configuration options for uIP.

Author
Adam Dunkels adam@.nosp@m.dunk.nosp@m.els.c.nosp@m.om

This file is used for tweaking various configuration options for uIP. You should make a copy of this file into one of your project's directories instead of editing this example "uipopt.h" file that comes with the uIP distribution.

Definition in file uipopt.h.