git: Revert "Increase the default TCP maximum segment size from 512 to 1460."

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Simon Schubert
Date: Monday, September 14, 2009 - 10:18 am

commit bf18b4fe405d16caaed01a2eafaf409a29b99a6d
Author: Simon 'corecode' Schubert <corecode@fs.ei.tum.de>
Date:   Mon Sep 14 19:08:04 2009 +0200

    Revert "Increase the default TCP maximum segment size from 512 to 1460."
    
    This reverts commit d190343e53819e25316a2a890724404f8e48c78d.
    
    It seems that there are systems (probably firewalls) in action which
    enforce an MSS of 536.
    
    Specifically, at research.microsoft.com, port 80, packets seem to be
    simply dropped if they exceed a MSS of 536 bytes, and no ICMP
    destinatino unreachable, need to fragment message is generated.
    
    While this behavior might be questionable as well, we should not diverge
    from established standards.
    
    This default MSS value can be changed using the sysctl node
    net.inet.tcp.mssdflt.
    
    Mandated by RFC 879, RFC 1122.

Summary of changes:
 sys/netinet/tcp.h |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/bf18b4fe405d16caaed01a2eafaf40...


-- 
DragonFly BSD source repository
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
git: Revert "Increase the default TCP maximum segment size ..., Simon Schubert, (Mon Sep 14, 10:18 am)