mirror of
https://github.com/containers/gvisor-tap-vsock.git
synced 2026-04-23 00:27:09 +08:00
9a46025169
Introduces a channel-based notification sender that sends JSON messages over Unix domain sockets for key events: - Ready: network stack is ready for connections - ConnectionEstablished: VM connection accepted - HypervisorError: error during VM connection setup - ConnectionClosed: VM connection closed Signed-off-by: Gunjan Vyas <vyasgun20@gmail.com>