Open aseuler opened 4 months ago
please add the config option that we can open the tcp and framed_tcp port reuse feature, thanks.
`rust tcp.rs/ LocalResource::listen_with socket.set_reuse_port(true)?; socket.set_nodelay(true)?;
framed_tcp.rs/ LocalResource::listen_with socket.set_reuse_port(true)?; socket.set_nodelay(true)?; socket.bind(&addr.into())?;
`
BR
Hi, I agree that could be a good feature. Could you open a PR with this?
please add the config option that we can open the tcp and framed_tcp port reuse feature, thanks.
`rust tcp.rs/ LocalResource::listen_with socket.set_reuse_port(true)?; socket.set_nodelay(true)?;
framed_tcp.rs/ LocalResource::listen_with socket.set_reuse_port(true)?; socket.set_nodelay(true)?; socket.bind(&addr.into())?;
`
BR