tcp: fix cleanup of non established connections (VPP-1463) 54/15354/1
authorFlorin Coras <fcoras@cisco.com>
Wed, 17 Oct 2018 17:41:28 +0000 (10:41 -0700)
committerFlorin Coras <florin.coras@gmail.com>
Thu, 18 Oct 2018 01:42:24 +0000 (01:42 +0000)
commitdc532e4ff75af463794fe64764da890427a278d5
treeb18ab08c622e635782e02acb86e48aacbd07ebc7
parentc10c73ffb3fa45f4f054e9517f1f80bbec489b47
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