tcp: compute seq_end in tcp_input 99/16599/8
authorFlorin Coras <fcoras@cisco.com>
Sat, 22 Dec 2018 19:39:33 +0000 (11:39 -0800)
committerNeale Ranns <nranns@cisco.com>
Mon, 24 Dec 2018 11:04:48 +0000 (11:04 +0000)
commit3c514d5516498c67f313d3bfe62288d4f36fba54
tree52d640418b7734dfea6e41fb4517ac0aeec98b28
parentbde17bd6ef391766712ae7fbd766371037dfd3de
tcp: compute seq_end in tcp_input

syn/fin are no longer added to seq_end so they must be considered
individually in each state.

Change-Id: I5e3047194101c4fca2db9f9ad29a4a6468c397ab
Signed-off-by: Florin Coras <fcoras@cisco.com>
src/vnet/tcp/tcp.c
src/vnet/tcp/tcp_debug.h
src/vnet/tcp/tcp_input.c