Return to tcp.c CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / embedaddon / mpd / src |
version 1.1.1.1, 2013/07/22 08:44:29 | version 1.1.1.2, 2016/11/01 09:56:12 |
---|---|
Line 26 | Line 26 |
#define TCP_MRU 2048 | #define TCP_MRU 2048 |
#define LISTENHOOK "listen" | #define LISTENHOOK "listen" |
#ifndef SMALL_SYSTEM | |
#define TCP_MAXPARENTIFS 256 | #define TCP_MAXPARENTIFS 256 |
#else | |
#define TCP_MAXPARENTIFS 64 | |
#endif | |
struct tcpinfo { | struct tcpinfo { |
/* Configuration */ | /* Configuration */ |