We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59cb227 commit 09ed6fdCopy full SHA for 09ed6fd
neqo-common/src/socket.rs
@@ -94,9 +94,9 @@ pub fn bind(local_addr: SocketAddr) -> io::Result<UdpSocket> {
94
/// # Panics
95
///
96
/// Panics if the send call fails.
97
-///
+///
98
/// # Notes
99
100
/// On non-POSIX platforms, TOS and TTL will not be sent and hence revert to the system default.
101
/// TODO: Figure out how to set TOS and TTL at least on Windows.
102
#[allow(clippy::missing_errors_doc)]
0 commit comments