Skip to content
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

UDP & TCP: Sticky IP options (IP_TOS, IPV6_TCLASS, IP_DONTFRAG & IPV6_DONTFRAG) #58

Closed
wants to merge 2 commits into from

Conversation

badeend
Copy link
Collaborator

@badeend badeend commented Sep 10, 2023

  • Remove redundant unicast prefix from tcp::(set-)unicast-hop-limit. TCP is always unicast.
  • Add IP_TOS, IPV6_TCLASS, IP_DONTFRAG & IPV6_DONTFRAG socket options.

@badeend badeend changed the title Sticky ip options Sticky IP options (IP_TOS, IPV6_TCLASS, IP_DONTFRAG & IPV6_DONTFRAG) Sep 10, 2023
@badeend badeend changed the title Sticky IP options (IP_TOS, IPV6_TCLASS, IP_DONTFRAG & IPV6_DONTFRAG) UDP & TCP: Sticky IP options (IP_TOS, IPV6_TCLASS, IP_DONTFRAG & IPV6_DONTFRAG) Sep 11, 2023
@badeend
Copy link
Collaborator Author

badeend commented Nov 11, 2023

Remove redundant unicast prefix from tcp::(set-)unicast-hop-limit. TCP is always unicast.

Included in #70

Add IP_TOS, IPV6_TCLASS, IP_DONTFRAG & IPV6_DONTFRAG socket options.

To be reevaluated after preview2

@badeend badeend closed this Nov 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant