public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
* [PATCH 0/2] Avoid bugs related to TCP_WINDOW_CLAMP
@ 2023-11-09  9:53 David Gibson
  2023-11-09  9:53 ` [PATCH 1/2] tcp: Rename and small cleanup to tcp_clamp_window() David Gibson
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: David Gibson @ 2023-11-09  9:53 UTC (permalink / raw)
  To: Stefano Brivio, passt-dev; +Cc: David Gibson

The way we used TCP_WINDOW_CLAMP didn't really correspond to what it
actually did.  More recent kernels also have a nasty bug in the
handler which we could trigger, causing TCP stalls.

David Gibson (2):
  tcp: Rename and small cleanup to tcp_clamp_window()
  tcp: Don't use TCP_WINDOW_CLAMP

 tcp.c      | 70 +++++++++---------------------------------------------
 tcp_conn.h |  7 +++---
 2 files changed, 14 insertions(+), 63 deletions(-)

-- 
2.41.0


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

end of thread, other threads:[~2023-11-10 17:06 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-09  9:53 [PATCH 0/2] Avoid bugs related to TCP_WINDOW_CLAMP David Gibson
2023-11-09  9:53 ` [PATCH 1/2] tcp: Rename and small cleanup to tcp_clamp_window() David Gibson
2023-11-09  9:54 ` [PATCH 2/2] tcp: Don't use TCP_WINDOW_CLAMP David Gibson
2023-11-09 14:51   ` Stefano Brivio
2023-11-10  0:23     ` David Gibson
2023-11-10  5:20       ` Stefano Brivio
2023-11-10 17:06 ` [PATCH 0/2] Avoid bugs related to TCP_WINDOW_CLAMP Stefano Brivio

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).