We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
Hi, I agree that could be a good feature. Could you open a PR with this?
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: