Disable the minmssoverload connection drop by default until the detection
logic is refined.
This commit is contained in:
parent
5014555856
commit
bed824fa90
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=124437
@ -126,7 +126,7 @@ struct tcphdr {
|
||||
* for more comments.
|
||||
* Setting this to "0" disables the minmssoverload check.
|
||||
*/
|
||||
#define TCP_MINMSSOVERLOAD 1000
|
||||
#define TCP_MINMSSOVERLOAD 0 /* XXX: Disabled until refined */
|
||||
|
||||
/*
|
||||
* Default maximum segment size for TCP6.
|
||||
|
Loading…
Reference in New Issue
Block a user