stefano-garzarella / iperf-vsock

iperf3 with AF_VSOCK support: A TCP, UDP, SCTP, and VSOCK network bandwidth measurement tool
Other
24 stars 12 forks source link

vsock: Add support for connecting to sibling VMs #2

Closed techiepriyansh closed 1 year ago

techiepriyansh commented 1 year ago

Allow connection to a sibling VM by setting the VMADDR_FLAG_TO_HOST flag in sockaddr_vm. Sibling VMs are specified in the client command by specifying the host for the --client (-c) CLI argument as the sibling VM CID prefixed with s (e.g. s4).

techiepriyansh commented 1 year ago

Removed the extra blank line.