We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Both connect() and do_bind() functions are currently hardcoded the CIDs. For connect() hardcoded as VMADDR_CID_HOST
connect()
do_bind()
ttrpc-rust/src/common.rs
Lines 168 to 175 in d2a0ce1
Lines 159 to 166 in d2a0ce1
Parse cid and port from address("vsock://cid:port")
The text was updated successfully, but these errors were encountered:
quanweiZhou
Successfully merging a pull request may close this issue.
Description of problem
Both
connect()
anddo_bind()
functions are currently hardcoded the CIDs.For
connect()
hardcoded as VMADDR_CID_HOSTttrpc-rust/src/common.rs
Lines 168 to 175 in d2a0ce1
For
do_bind()
hardcoded as VMADDR_CID_ANYttrpc-rust/src/common.rs
Lines 159 to 166 in d2a0ce1
Expected result
Parse cid and port from address("vsock://cid:port")
The text was updated successfully, but these errors were encountered: