int08h / roughenough

A Roughtime secure time sync client and server written in Rust
https://int08h.com/post/roughenough-a-rust-roughtime-server/
Apache License 2.0
123 stars 21 forks source link

Support IPv6 in the client #28

Closed valpackett closed 2 years ago

valpackett commented 2 years ago

When the socket is not bound to the correct address family, we get:

thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 22, kind: InvalidInput, message: "Invalid argument" }', src/bin/roughenough-client.rs:426:39
int08h commented 2 years ago

Thank you very much for the contribution!