Skip to content

Commit a6e7945

Browse files
committed
remove default reuse_addr
1 parent 17f711a commit a6e7945

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

actix-tls/src/connect/connector.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,8 +191,6 @@ async fn connect(addr: SocketAddr, local_addr: Option<IpAddr>) -> io::Result<Tcp
191191
}
192192
};
193193

194-
socket.set_reuseaddr(true)?;
195-
196194
socket.connect(addr).await
197195
}
198196

0 commit comments

Comments
 (0)