Lines Matching full:socket
22 --serial tty --console off --api-socket=/tmp/api1
28 $ target/release/cloud-hypervisor --api-socket=/tmp/api2
34 $ target/release/ch-remote --api-socket=/tmp/api2 receive-migration unix:/tmp/sock
40 $ target/release/ch-remote --api-socket=/tmp/api1 send-migration --local unix:/tmp/sock
75 ### Unix Socket Migration
77 If Unix socket is selected for migration, we can tunnel traffic through "socat".
84 dst $ cloud-hypervisor --api-socket /tmp/api
90 dst $ ch-remote --api-socket=/tmp/api receive-migration unix:/tmp/sock
93 In yet another terminal, forward TCP connections to the Unix domain socket:
110 --api-socket /tmp/api
128 src $ ch-remote --api-socket=/tmp/api send-migration unix:/tmp/sock
134 ### TCP Socket Migration
136 If TCP socket is selected for migration, we need to consider migrating
144 dst $ cloud-hypervisor --api-socket /tmp/api
150 dst $ ch-remote --api-socket=/tmp/api receive-migration tcp:0.0.0.0:{port}
164 --api-socket /tmp/api
174 src $ ch-remote --api-socket=/tmp/api send-migration tcp:{dst}:{port}