vpnkit icon indicating copy to clipboard operation
vpnkit copied to clipboard

go: vpnkit.Connection should have a Close()

Open djs55 opened this issue 8 years ago • 0 comments

This is needed for cleanup. I think the protocol requires us to keep the physical connection open because the fids are tied to it and the resources are tied to the fids, but a future non-9P implementation should support a better API... so we could think about being future proof.

See https://github.com/linuxkit/linuxkit/pull/2701#discussion_r150187924

djs55 avatar Nov 10 '17 09:11 djs55