moby / vpnkit

A toolkit for embedding VPN capabilities in your application
Apache License 2.0
1.1k stars 187 forks source link

test: fix TestUDPWriteError #452

Closed djs55 closed 5 years ago

djs55 commented 5 years ago

The client is supposed to send UDP to the "frontend" of the IP proxy to check the proxy isn't stopped when it tries to forward to a "backend" which doesn't exist yet.

Signed-off-by: David Scott dave.scott@docker.com

djs55 commented 5 years ago

FYI @guillaumerose I fixed that broken unit test