containerd / ttrpc-rust

Rust implementation of ttrpc (GRPC for low-memory environments)
Apache License 2.0
195 stars 45 forks source link

Fix vsock in async mode #38

Closed Tim-Zhang closed 4 years ago

Tim-Zhang commented 4 years ago

Vsock is different from UDS, so we cannot use UnixStream to wrap its fd, and we should use VsockStream to do that.

Signed-off-by: Tim Zhang tim@hyper.sh