[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lwip-devel] [bug #45559] Window scaling has a problem
From: |
Simon Goldschmidt |
Subject: |
[lwip-devel] [bug #45559] Window scaling has a problem |
Date: |
Thu, 16 Jul 2015 08:43:26 +0000 |
User-agent: |
Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.134 Safari/537.36 |
URL:
<http://savannah.nongnu.org/bugs/?45559>
Summary: Window scaling has a problem
Project: lwIP - A Lightweight TCP/IP stack
Submitted by: goldsimon
Submitted on: Do 16 Jul 2015 08:43:24 GMT
Category: TCP
Severity: 3 - Normal
Item Group: None
Status: Confirmed
Privacy: Public
Assigned to: None
Open/Closed: Open
Discussion Lock: Any
Planned Release: 1.5.0
lwIP version: git head
_______________________________________________________
Details:
'wnd' in the syn segment is truncated to 16 bits (so it can be 0 when TCP_WND
is e.g. 0x10000).
It should be either limited to 0xFFFF or set to some default value (as after
the SYN, when window scaling is enabled or not, the real window is
transmitted).
_______________________________________________________
Reply to this item at:
<http://savannah.nongnu.org/bugs/?45559>
_______________________________________________
Nachricht gesendet von/durch Savannah
http://savannah.nongnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [lwip-devel] [bug #45559] Window scaling has a problem,
Simon Goldschmidt <=