diff options
author | 2020-05-27 09:56:55 +0200 | |
---|---|---|
committer | 2020-05-27 11:20:23 -0700 | |
commit | 7e0afbdfd13d1e708fe96e31c46c4897101a6a43 (patch) | |
tree | d12eae25ad2af4fca707d7c04b3730a5d7d70adf /tools/perf/scripts/python/export-to-postgresql.py | |
parent | nfp: flower: fix used time of merge flow statistics (diff) | |
download | wireguard-linux-7e0afbdfd13d1e708fe96e31c46c4897101a6a43.tar.xz wireguard-linux-7e0afbdfd13d1e708fe96e31c46c4897101a6a43.zip |
vsock: fix timeout in vsock_accept()
The accept(2) is an "input" socket interface, so we should use
SO_RCVTIMEO instead of SO_SNDTIMEO to set the timeout.
So this patch replace sock_sndtimeo() with sock_rcvtimeo() to
use the right timeout in the vsock_accept().
Fixes: d021c344051a ("VSOCK: Introduce VM Sockets")
Signed-off-by: Stefano Garzarella <sgarzare@redhat.com>
Reviewed-by: Jorgen Hansen <jhansen@vmware.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions