Hello:
This patch was applied to netdev/net.git (main)
by Jakub Kicinski :
On Fri, 28 Mar 2025 15:15:28 +0100 you wrote:
> From: Stefano Garzarella
>
> When a peer attempts to establish a connection, vsock_connect() contains
> a loop that waits for the state to be TCP_ESTABLISHED. However, the
On Fri, Mar 28, 2025 at 03:15:28PM +0100, Stefano Garzarella wrote:
From: Stefano Garzarella
When a peer attempts to establish a connection, vsock_connect() contains
a loop that waits for the state to be TCP_ESTABLISHED. However, the
other peer can be fast enough to accept the connection and cl
On 3/28/25 3:15 PM, Stefano Garzarella wrote:
> From: Stefano Garzarella
>
> When a peer attempts to establish a connection, vsock_connect() contains
> a loop that waits for the state to be TCP_ESTABLISHED. However, the
> other peer can be fast enough to accept the connection and close it
> immed
From: Stefano Garzarella
When a peer attempts to establish a connection, vsock_connect() contains
a loop that waits for the state to be TCP_ESTABLISHED. However, the
other peer can be fast enough to accept the connection and close it
immediately, thus moving the state to TCP_CLOSING.
When this h
4 matches
Mail list logo