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
std::net::SocketAddrV4
Instead of this:
qos/qos-host/src/cli.rs
Lines 69 to 76 in b862fb3
We can use this:
https://doc.rust-lang.org/std/net/struct.SocketAddrV4.html#method.from_str
For consistency, we should also standardize code apis to always take SocketAddrV4 and not ([u32, 4], u16)
SocketAddrV4
([u32, 4], u16)
The text was updated successfully, but these errors were encountered:
SocketAddr:V4
HostServer
Closed by #27
Sorry, something went wrong.
No branches or pull requests
Instead of this:
qos/qos-host/src/cli.rs
Lines 69 to 76 in b862fb3
We can use this:
https://doc.rust-lang.org/std/net/struct.SocketAddrV4.html#method.from_str
For consistency, we should also standardize code apis to always take
SocketAddrV4
and not([u32, 4], u16)
The text was updated successfully, but these errors were encountered: