We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5de84d commit 9ccb715Copy full SHA for 9ccb715
tokio/src/net/tcp/socket.rs
@@ -63,7 +63,7 @@ cfg_net! {
63
/// // previous one.
64
/// //
65
/// // On Windows, this allows rebinding sockets which are actively in use,
66
- /// // which allows “socket hijacking”, so we explicitly don't set it here.
+ /// // which allows "socket hijacking", so we explicitly don't set it here.
67
/// // https://docs.microsoft.com/en-us/windows/win32/winsock/using-so-reuseaddr-and-so-exclusiveaddruse
68
/// socket.set_reuseaddr(true)?;
69
/// socket.bind(addr)?;
0 commit comments