James Peach created TS-4962:
-------------------------------
Summary: Restructure and simplify connection acceptance
Key: TS-4962
URL: https://issues.apache.org/jira/browse/TS-4962
Project: Traffic Server
Issue Type: Improvement
Reporter: James Peach
The connection acceptance code {{NetAccept}}, etc. is overly complex and
contains a lot of variants that are not used. For example,
{{NetAccept::accept_fn}} is always a fixed value.
This should be cleaned up and restructured to make it simpler and easier to
follow. While we are at it, we can make some changes to improve accept
performance by {{dup}}ing the listen sockets or using {{SO_REUSEADDR}}.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)