mirror of
https://github.com/fafhrd91/actix-net
synced 2024-11-23 22:51:07 +01:00
remove default reuse_addr
This commit is contained in:
parent
17f711a9d6
commit
a6e79453d0
@ -191,8 +191,6 @@ async fn connect(addr: SocketAddr, local_addr: Option<IpAddr>) -> io::Result<Tcp
|
||||
}
|
||||
};
|
||||
|
||||
socket.set_reuseaddr(true)?;
|
||||
|
||||
socket.connect(addr).await
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user