Added CC2420 checksums to non-ipv6 packets. Set a conservative TCP MSS
This commit is contained in:
parent
ef4f5cc0e5
commit
3415ff26bd
|
@ -1,5 +1,5 @@
|
||||||
/* -*- C -*- */
|
/* -*- C -*- */
|
||||||
/* @(#)$Id: contiki-conf.h,v 1.48 2009/04/06 17:18:20 nifi Exp $ */
|
/* @(#)$Id: contiki-conf.h,v 1.49 2009/04/10 00:39:19 adamdunkels Exp $ */
|
||||||
|
|
||||||
#ifndef CONTIKI_CONF_H
|
#ifndef CONTIKI_CONF_H
|
||||||
#define CONTIKI_CONF_H
|
#define CONTIKI_CONF_H
|
||||||
|
@ -22,6 +22,7 @@
|
||||||
#ifndef WITH_UIP6
|
#ifndef WITH_UIP6
|
||||||
#define TIMESYNCH_CONF_ENABLED 1
|
#define TIMESYNCH_CONF_ENABLED 1
|
||||||
#define CC2420_CONF_TIMESTAMPS 1
|
#define CC2420_CONF_TIMESTAMPS 1
|
||||||
|
#define CC2420_CONF_CHECKSUM 1
|
||||||
#endif /* !WITH_UIP6 */
|
#endif /* !WITH_UIP6 */
|
||||||
|
|
||||||
#define CFS_CONF_OFFSET_TYPE long
|
#define CFS_CONF_OFFSET_TYPE long
|
||||||
|
@ -104,7 +105,8 @@
|
||||||
|
|
||||||
#define UIP_CONF_DHCP_LIGHT
|
#define UIP_CONF_DHCP_LIGHT
|
||||||
#define UIP_CONF_LLH_LEN 0
|
#define UIP_CONF_LLH_LEN 0
|
||||||
#define UIP_CONF_RECEIVE_WINDOW (UIP_CONF_BUFFER_SIZE - 40)
|
#define UIP_CONF_RECEIVE_WINDOW 60
|
||||||
|
#define UIP_CONF_TCP_MSS 60
|
||||||
#define UIP_CONF_MAX_CONNECTIONS 4
|
#define UIP_CONF_MAX_CONNECTIONS 4
|
||||||
#define UIP_CONF_MAX_LISTENPORTS 8
|
#define UIP_CONF_MAX_LISTENPORTS 8
|
||||||
#define UIP_CONF_UDP_CONNS 12
|
#define UIP_CONF_UDP_CONNS 12
|
||||||
|
|
Loading…
Reference in a new issue