Disable the minmssoverload connection drop by default until the detection

logic is refined.
This commit is contained in:
andre 2004-01-12 15:46:04 +00:00
parent bacd96d2dd
commit dc7ce45d31

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.