commit | 7982d5e1b350acb96aa156916c44c25ef87bb809 | [log] [tgz] |
---|---|---|
author | Philip Love <love_phil@emc.com> | Wed Aug 27 02:33:50 2008 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed Aug 27 02:33:50 2008 -0700 |
tree | d1af9ffefd6137a2972b203296ea3961282f5ae8 | |
parent | fe439dd09d3e4da6a44d35df7371b9c6a2661b99 [diff] |
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>