Skip to content
Commit 8c8da5b8 authored by David S. Miller's avatar David S. Miller
Browse files

Merge branch 'Enhance-virtio-vsock-connection-semantics'



Sebastien Boeuf says:

====================
Enhance virtio-vsock connection semantics

This series improves the semantics behind the way virtio-vsock server
accepts connections coming from the client. Whenever the server
receives a connection request from the client, if it is bound to the
socket but not yet listening, it will answer with a RST packet. The
point is to ensure each request from the client is quickly processed
so that the client can decide about the strategy of retrying or not.

The series includes along with the improvement patch a new test to
ensure the behavior is consistent across all hypervisors drivers.
====================

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parents ddb535a6 9de9f7d1
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment