tcp: avoid spurious asserts while discarding bytes 51/42951/2
authorFlorin Coras <[email protected]>
Wed, 14 May 2025 04:13:59 +0000 (00:13 -0400)
committerDave Barach <[email protected]>
Wed, 14 May 2025 16:27:41 +0000 (16:27 +0000)
commit0cbcecfa78e75dc5eea2c2033ea6e4320f5bad28
tree3671fedfd95428c6f136b236eec5f93ab26e6a54
parenta8c17a75321259a79af505270539f9bab17c5406
tcp: avoid spurious asserts while discarding bytes

Found by hst in ci, probably because of af_packet interfaces with
gso/gro on. Only applies to chained buffers.

Type: fix

Change-Id: I8d223a526bbdf88a2a7b60a0028e79ce14015a37
Signed-off-by: Florin Coras <[email protected]>
src/vnet/tcp/tcp_input.c