Searched hist:"7982 d5e1b350acb96aa156916c44c25ef87bb809" (Results 1 – 1 of 1) sorted by relevance
/linux/net/ipv4/ |
H A D | tcp_output.c | diff 7982d5e1b350acb96aa156916c44c25ef87bb809 Wed Aug 27 11:33:50 CEST 2008 Philip Love <love_phil@emc.com> tcp: fix tcp header size miscalculation when window scale is unused
The size of the TCP header is miscalculated when the window scale ends up being 0. Additionally, this can be induced by sending a SYN to a passive open port with a window scale option with value 0.
Signed-off-by: Philip Love <love_phil@emc.com> Signed-off-by: Adam Langley <agl@imperialviolet.org> Signed-off-by: David S. Miller <davem@davemloft.net>
|