Pinned
73 contributions in the last year
Less
More
Contribution activity
August 2021
Created 3 commits in 3 repositories
Created 1 repository
- cmcqueen/socket2 Rust
Created a pull request in rust-lang/socket2 that received 1 comment
Example doc comment: fix usage of socket.set_only_v6()
The call to socket.set_only_v6()
needs to be before the call to
socket.bind()
.
This is for issue #259.
+1
−1
•
1
comment
Reviewed 1 pull request in 1 repository
NetworkConfiguration/dhcpcd
1 pull request
Created an issue in rust-lang/socket2 that received 1 comment
Use of set_only_v6() in example code
In the example code in lib.rs
, it has these lines:
socket.bind(&address.into())?;
socket.set_only_v6(false)?;
Isn't it necessary for the call to s…
1
comment