Disable the minmssoverload connection drop by default until the detection

logic is refined.
This commit is contained in:
Andre Oppermann 2004-01-12 15:46:04 +00:00
parent 5014555856
commit bed824fa90
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=124437

View File

@ -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.