mirror of
https://github.com/apache/nuttx.git
synced 2026-08-18 02:38:18 +00:00
tcp: Remove incomplete support for TCP reassembly
This commit is contained in:
parent
b34096a4fa
commit
561cbbca96
6 changed files with 4 additions and 266 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue