tcp: fix rxt send of new data assert 19/40019/2
authorFlorin Coras <fcoras@cisco.com>
Wed, 29 Nov 2023 07:21:18 +0000 (23:21 -0800)
committerDave Wallace <dwallacelf@gmail.com>
Wed, 29 Nov 2023 16:59:36 +0000 (16:59 +0000)
commit557b20c4eab7b7aefd281f28f7535c4ea22a2845
tree7921888156202ad93eeed8530583b4bd601642fa
parent32c00ce79a9618ae1123fdd1a83084a90cc9ae97
tcp: fix rxt send of new data assert

We might have less than 1 mss when attempting write but more after
write, as application could be actively enqueuing more data. Relax
assert.

Type: fix

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