containers / gvisor-tap-vsock

A new network stack based on gVisor
Apache License 2.0
269 stars 50 forks source link

"network ready" notification #419

Open cfergeau opened 2 weeks ago

cfergeau commented 2 weeks ago

When gvproxy is started, it's hard to know when everything is initialized and when it's ready to process networking. Having a way to get a notification (on a socket?) when gvproxy is ready would help with this. Maybe we can use the same channel to notify when a VM connected to it, when an address was assigned through DHCP, ..