-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
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
ListenInfo: Add transport socket flags #1291
Conversation
Rust hates me:
|
It helps you write bug-free code. In this case |
And what are the consequences of removing Copy from derive in that struct? |
You'll have to call |
This reverts commit 6e785dc.
I stumbled upon this. It would have been nice to mention the switch from setting |
True. I've updated the PR description and added a note in the CHANGELOG file: 2854761 |
Details
flags
option inTransportListenInfo
to specify socket flags.flags.ipv6Only
isfalse
by default, which is a behavior change.TODO