HomeFreeBSD

Add a knob to change default behavior of inheriting listen socket's tcp stack

Description

Add a knob to change default behavior of inheriting listen socket's tcp stack
regardless of what the default stack for the system is set to.

With current/default behavior, after changing the default tcp stack, the
application needs to be restarted to pick up that change. Setting this new knob
net.inet.tcp.functions_inherit_listen_socket_stack to '0' would change that
behavior and make any new connection use the newly selected default tcp stack.

Reviewed by: rrs
MFC after: 2 weeks
Sponsored by: Limelight Networks

Details

Provenance
hirenAuthored on
Reviewer
rrs
Parents
rS312906: Unregister CPL handlers for TOE-related messages when unloading TOM.
Branches
Unknown
Tags
Unknown