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

TCP & UDP: Customize bind behavior #74

Open
badeend opened this issue Nov 15, 2023 · 0 comments
Open

TCP & UDP: Customize bind behavior #74

badeend opened this issue Nov 15, 2023 · 0 comments

Comments

@badeend
Copy link
Collaborator

badeend commented Nov 15, 2023

Relevant socket options:

  • SO_REUSEADDR
  • SO_EXCLUSIVEADDRUSE

  • SO_RANDOMIZE_PORT
  • SO_RANDOMPORT

  • IP_BIND_ADDRESS_NO_PORT
  • SO_PORT_SCALABILITY
  • SO_REUSE_UNICASTPORT

  • SO_REUSEPORT
  • SO_REUSEPORT_LB
  • SO_ATTACH_REUSEPORT_CBPF
  • SO_ATTACH_REUSEPORT_EBPF
  • SO_DETACH_REUSEPORT_BPF
  • TCP_REUSPORT_LB_NUMA
  • SO_INCOMING_CPU
  • SO_INCOMING_NAPI_ID

  • SO_BINDTODEVICE
  • SO_BINDTOIFINDEX
  • IP_UNICAST_IF
  • IPV6_UNICAST_IF
  • IP_BOUND_IF
  • IPV6_BOUND_IF

  • SO_REUSE_MULTICASTPORT

  • IP_FREEBIND
  • IPV6_FREEBIND
  • IP_TRANSPARENT
  • IPV6_TRANSPARENT
  • IP_BINDANY
  • IPV6_BINDANY
@badeend badeend changed the title Customize bind behavior TCP & UDP: Customize bind behavior Nov 15, 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

No branches or pull requests

1 participant