public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
* [PATCH 0/2] Fix errors in FIN timeout logic
@ 2026-01-29  5:53 David Gibson
  2026-01-29  5:53 ` [PATCH 1/2] tcp: Retransmit FINs like data segments David Gibson
  2026-01-29  5:53 ` [PATCH 2/2] tcp: Eliminate FIN_TIMEOUT David Gibson
  0 siblings, 2 replies; 5+ messages in thread
From: David Gibson @ 2026-01-29  5:53 UTC (permalink / raw)
  To: passt-dev, Stefano Brivio; +Cc: David Gibson

While investigating bug 179, I found a number of things that confused
me about the TCP timer handling.  One of them, I think I figured out
what's going on and what should be done about it.  So, here are the
changes.  This is mostly about FIN handling and only tangentially
about the timer, but it does at least slightly simplify the timer
handling while I figure out the rest of it.

David Gibson (2):
  tcp: Retransmit FINs like data segments
  tcp: Eliminate FIN_TIMEOUT

 tcp.c     | 18 ------------------
 tcp_buf.c |  1 +
 tcp_vu.c  |  1 +
 3 files changed, 2 insertions(+), 18 deletions(-)

-- 
2.52.0


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2026-01-30  0:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-01-29  5:53 [PATCH 0/2] Fix errors in FIN timeout logic David Gibson
2026-01-29  5:53 ` [PATCH 1/2] tcp: Retransmit FINs like data segments David Gibson
2026-01-29  5:53 ` [PATCH 2/2] tcp: Eliminate FIN_TIMEOUT David Gibson
2026-01-29 17:33   ` Stefano Brivio
2026-01-30  0:56     ` David Gibson

Code repositories for project(s) associated with this public inbox

	https://passt.top/passt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for IMAP folder(s).