Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F170531300
D12430.id33255.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
535 B
Referenced Files
None
Subscribers
None
D12430.id33255.diff
View Options
Index: sys/netinet/tcp_syncache.c
===================================================================
--- sys/netinet/tcp_syncache.c
+++ sys/netinet/tcp_syncache.c
@@ -1635,8 +1635,7 @@
/* Determine MSS we advertize to other end of connection. */
mssopt = tcp_mssopt(&sc->sc_inc);
- if (sc->sc_peer_mss)
- mssopt = max( min(sc->sc_peer_mss, mssopt), V_tcp_minmss);
+ mssopt = max(mssopt, V_tcp_minmss);
/* XXX: Assume that the entire packet will fit in a header mbuf. */
KASSERT(max_linkhdr + tlen + TCP_MAXOLEN <= MHLEN,
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Sep 6, 6:42 AM (21 h, 40 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
38390143
Default Alt Text
D12430.id33255.diff (535 B)
Attached To
Mode
D12430: tcp: Don't "negotiate" MSS.
Attached
Detach File
Event Timeline
Log In to Comment