General configuration options
[Configuration options for uIP]


Defines

#define UIP_BUFSIZE   400
#define UIP_STATISTICS   0
#define UIP_LOGGING   0
#define UIP_LLH_LEN   14
#define UIP_BUFSIZE   400
#define UIP_STATISTICS   1
#define UIP_LOGGING   1
#define UIP_LLH_LEN   14


Define Documentation

#define UIP_BUFSIZE   400
 

The size of the uIP packet buffer.

The uIP packet buffer should not be smaller than 60 bytes, and does not need to be larger than 1500 bytes. Lower size results in lower TCP throughput, larger size results in higher TCP throughput.

Definition at line 428 of file linux/uipopt.h.

#define UIP_BUFSIZE   400
 

The size of the uIP packet buffer.

The uIP packet buffer should not be smaller than 60 bytes, and does not need to be larger than 1500 bytes. Lower size results in lower TCP throughput, larger size results in higher TCP throughput.

Definition at line 434 of file avr/uipopt.h.

Referenced by ei_receive().

#define UIP_LLH_LEN   14
 

The link level header length.

This is the offset into the uip_buf where the IP header can be found. For Ethernet, this should be set to 14. For SLIP, this should be set to 0.

Definition at line 468 of file linux/uipopt.h.

#define UIP_LLH_LEN   14
 

The link level header length.

This is the offset into the uip_buf where the IP header can be found. For Ethernet, this should be set to 14. For SLIP, this should be set to 0.

Definition at line 477 of file avr/uipopt.h.

Referenced by uip_ipchksum(), uip_process(), and uip_tcpchksum().

#define UIP_LOGGING   1
 

Determines if logging of certain events should be compiled in.

This is useful mostly for debugging. The function uip_log() must be implemented to suit the architecture of the project, if logging is turned on.

Definition at line 449 of file linux/uipopt.h.

#define UIP_LOGGING   0
 

Determines if logging of certain events should be compiled in.

This is useful mostly for debugging. The function uip_log() must be implemented to suit the architecture of the project, if logging is turned on.

Definition at line 458 of file avr/uipopt.h.

#define UIP_STATISTICS   1
 

Determines if statistics support should be compiled in.

The statistics is useful for debugging and to show the user.

Definition at line 438 of file linux/uipopt.h.

#define UIP_STATISTICS   0
 

Determines if statistics support should be compiled in.

The statistics is useful for debugging and to show the user.

Definition at line 444 of file avr/uipopt.h.


Generated on Fri Jan 6 22:23:18 2006 for EtherProgs by  doxygen 1.4.5