lkml.org 
[lkml]   [2023]   [Feb]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    From
    SubjectRe: [PATCH net-next v3 1/3] vsock: support sockmap
    On Tue, Feb 28, 2023 at 07:04:34PM +0000, Bobby Eshleman wrote:
    > @@ -1241,19 +1252,34 @@ static int vsock_dgram_connect(struct socket *sock,
    >
    > memcpy(&vsk->remote_addr, remote_addr, sizeof(vsk->remote_addr));
    > sock->state = SS_CONNECTED;
    > + sk->sk_state = TCP_ESTABLISHED;
    >
    > out:
    > release_sock(sk);
    > return err;
    > }


    How is this related? Maybe add a comment to explain? Does
    TCP_ESTABLISHED make sense for all types of sockets?

    --
    MST

    \
     
     \ /
      Last update: 2023-03-27 00:38    [W:2.407 / U:0.176 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site