node: Expand `target_os` condition for keep-alive
KeepAlive::with_retries is not just unavailable on Windows, but on a
bunch of other operating systems. Copy the condition over from
socket2.
1 file changed
+35
-5
4a81673d
→
224c03da
modified crates/radicle-node/src/wire.rs
@@ -1193,11 +1193,41 @@ fn session<G: Ecdh<Pk = NodeId>>(
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|