]> git.ipfire.org Git - thirdparty/suricata.git/commit
tcp midstream: fix window scaling 1332/head
authorVictor Julien <victor@inliniac.net>
Tue, 10 Feb 2015 11:03:42 +0000 (12:03 +0100)
committerVictor Julien <victor@inliniac.net>
Wed, 11 Feb 2015 09:22:02 +0000 (10:22 +0100)
commitce5095613fe4acd11b1832912b5b322539990f8f
treedea28be905b2e2d8dd585c8dead6a3a15ab53b8f
parent57863862cb76248107555cf8a7732acb7d0aea2e
tcp midstream: fix window scaling

If stream is picked by ACK, we can't know the wscale, so we assume it's
set to max. Howver, we didn't apply this to the initial window size we
set.
src/stream-tcp.c