| 12345678910111213141516171819202122232425262728293031323334353637 |
- #ifndef _INCLUDE_CFG_TCP_H_
- #define _INCLUDE_CFG_TCP_H_
- /*
- * Do not edit! Automatically generated on Thu Feb 4 13:47:09 2016
- */
- #ifndef TCP_RETRIES_MAX
- #define TCP_RETRIES_MAX 7
- #endif
- #ifndef TCP_RTTO_MIN
- #define TCP_RTTO_MIN 200
- #endif
- #ifndef TCP_RTTO_MAX
- #define TCP_RTTO_MAX 20000
- #endif
- #ifndef TCP_COLLECT_INADV
- #define TCP_COLLECT_INADV 8
- #endif
- #ifndef TCP_COLLECT_SLIMIT
- #define TCP_COLLECT_SLIMIT 256
- #endif
- #ifndef TCP_BACKLOG_MAX
- #define TCP_BACKLOG_MAX 8
- #endif
- #ifndef TCP_BACKLOG_TIME
- #define TCP_BACKLOG_TIME 5
- #endif
- #endif
|