]> Joshua Wise's Git repositories - netwatch.git/blame - lwip/src/include/lwipopts.h
attempting to increase performance
[netwatch.git] / lwip / src / include / lwipopts.h
CommitLineData
6e6d4a8b
JP
1#ifndef LWIPOPTS_H
2#define LWIPOPTS_H
3
4#define NO_SYS 1
5
47c41031 6
6e6d4a8b
JP
7#define LWIP_SOCKET 0
8#define LWIP_NETCONN 0
9
10#define LWIP_SNMP 0
11
12#define LWIP_DHCP 1
13
6f9272bd 14#define MEM_SIZE 65536
bbfab433
JP
15#define TCP_MSS 1400
16#define TCP_WND 24000
17#define TCP_SND_BUF (16 * TCP_MSS)
18
19#define MEMP_NUM_PBUF 128
47c41031 20
6e6d4a8b 21#endif
This page took 0.02424 seconds and 4 git commands to generate.