- Client mode (
connect_vhost_user(server=false)): retries for 60s then returns Error::VhostUserConnect — not an infinite hang, but still a 60s stall on a duplicate socket that a quick check would avoid.
- Server mode (
connect_vhost_user(server=true)): listener.accept() blocks indefinitely — same class of problem.
Originally posted by @maxpain in #8049 (comment)
connect_vhost_user(server=false)): retries for 60s then returnsError::VhostUserConnect— not an infinite hang, but still a 60s stall on a duplicate socket that a quick check would avoid.connect_vhost_user(server=true)):listener.accept()blocks indefinitely — same class of problem.Originally posted by @maxpain in #8049 (comment)