tcp: validate connections in output 44/21644/5
authorFlorin Coras <fcoras@cisco.com>
Fri, 30 Aug 2019 17:00:30 +0000 (10:00 -0700)
committerJohn Lo <loj@cisco.com>
Tue, 10 Sep 2019 14:11:01 +0000 (14:11 +0000)
commit78dae00881d26b205ee6721ce8c2bcae76996e79
tree8bdc0b1dc07d4cae832acb1e587e9a34dbb4fc63
parent5c2f96436afd0cef13797f764474a54f464d7916
tcp: validate connections in output

Type: feature

This shouldn't happen unless connections are removed after buffers were
enqueued to tcp-output and before tcp-output runs. For instance, packet
is enqueued to tcp output and cleanup is called for connection.

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