[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lwip-devel] [bug #44023] TCP: ssthresh value is unclear
From: |
Simon Goldschmidt |
Subject: |
[lwip-devel] [bug #44023] TCP: ssthresh value is unclear |
Date: |
Fri, 16 Jan 2015 16:35:59 +0000 |
User-agent: |
Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.99 Safari/537.36 |
URL:
<http://savannah.nongnu.org/bugs/?44023>
Summary: TCP: ssthresh value is unclear
Project: lwIP - A Lightweight TCP/IP stack
Submitted by: goldsimon
Submitted on: Fr 16 Jan 2015 16:35:58 GMT
Category: TCP
Severity: 3 - Normal
Item Group: Change Request
Status: None
Privacy: Public
Assigned to: None
Open/Closed: Open
Discussion Lock: Any
Planned Release:
lwIP version: git head
_______________________________________________________
Details:
There are some things unclear to me in the value of ssthresh:
- it is set to "pcb->mss * 10" when connecting (for client connections): why
10 * MSS?
- it is set to *the full snd_wnd" in tcp_listen_input() (for server
connections)
- thus it is different for server/client
- in addition, for server connections, the value is wrong if the remote host
supports window scaling but we don't: ssthresh is just set on the (unscaled)
window value passed in the SYN and never changed (unless there are
retransmissions, of course)
_______________________________________________________
Reply to this item at:
<http://savannah.nongnu.org/bugs/?44023>
_______________________________________________
Nachricht gesendet von/durch Savannah
http://savannah.nongnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [lwip-devel] [bug #44023] TCP: ssthresh value is unclear,
Simon Goldschmidt <=