OSDN Git Service

sockets: Support multipath TCP
authorDr. David Alan Gilbert <dgilbert@redhat.com>
Wed, 21 Apr 2021 11:28:34 +0000 (12:28 +0100)
committerDr. David Alan Gilbert <dgilbert@redhat.com>
Tue, 8 Jun 2021 18:36:22 +0000 (19:36 +0100)
commit8bd1078aebcec5eac196a83ef1a7e74be0ba67b7
tree324d7a50afc3362698b9bb56363159b7b3a2eeb4
parenta59136f3b126cfbcaa13a44fbdaf8df6e3d1885f
sockets: Support multipath TCP

Multipath TCP allows combining multiple interfaces/routes into a single
socket, with very little work for the user/admin.

It's enabled by 'mptcp' on most socket addresses:

   ./qemu-system-x86_64 -nographic -incoming tcp:0:4444,mptcp

Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Message-Id: <20210421112834.107651-6-dgilbert@redhat.com>
Acked-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
io/dns-resolver.c
qapi/sockets.json
util/qemu-sockets.c