commit | 770ce0078cbf97262e86c9cc210684ce3b4266f5 | [log] [tgz] |
---|---|---|
author | Stefano Garzarella <sgarzare@redhat.com> | Wed Dec 18 19:07:05 2019 +0100 |
committer | David S. Miller <davem@davemloft.net> | Fri Dec 20 21:09:21 2019 -0800 |
tree | 85e0eea8ad26fec89991c34184144bd5ae8bbf73 | |
parent | cdbcc18de10a7d72b821fe40fbc2d0ec61e39448 [diff] |
vsock_test: wait for the remote to close the connection Before check if a send returns -EPIPE, we need to make sure the connection is closed. To do that, we use epoll API to wait EPOLLRDHUP or EPOLLHUP events on the socket. Reported-by: Jorgen Hansen <jhansen@vmware.com> Signed-off-by: Stefano Garzarella <sgarzare@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>