tcp: Remove incomplete support for TCP reassembly

This commit is contained in:
Brennan Ashton 2020-12-01 22:59:00 -08:00
parent b34096a4fa
commit 561cbbca96
6 changed files with 4 additions and 266 deletions

View file

@ -212,17 +212,6 @@
#define IP_TTL 64
#ifdef CONFIG_NET_TCP_REASSEMBLY
# ifndef CONFIG_NET_TCP_REASS_MAXAGE
/* The maximum time an IP fragment should wait in the reassembly
* buffer before it is dropped. Units are deci-seconds, the range
* of the timer is 8-bits.
*/
# define CONFIG_NET_TCP_REASS_MAXAGE (20 * 10) /* 20 seconds */
# endif
#endif
/* Network drivers often receive packets with garbage at the end
* and are longer than the size of packet in the TCP header. The
* following "fudge" factor increases the size of the I/O buffering