tcp: fix cleanup of non established connections (VPP-1463) 50/15350/4
authorFlorin Coras <fcoras@cisco.com>
Wed, 17 Oct 2018 17:41:28 +0000 (10:41 -0700)
committerDave Barach <openvpp@barachs.net>
Thu, 18 Oct 2018 16:10:12 +0000 (16:10 +0000)
commitc5347d9d42866881fa3f267e76bee828dfc9e1bc
tree9c4467711279a85fd204326be673f1c13b2c946a
parentb4d2c967f86b4cc0d8d772abafdb6dbf3f11de04
tcp: fix cleanup of non established connections (VPP-1463)

- fix delete of connection in syn-received
- fix delete of half-open connection

Change-Id: I72ff4b60406a2762d998328c52f41adea40d2c1b
Signed-off-by: Florin Coras <fcoras@cisco.com>
src/vnet/session/session.c
src/vnet/tcp/tcp.c