Github user SolidWallOfCode commented on the issue:
https://github.com/apache/trafficserver/pull/909
I see what is being done here but I'm not sure I like defining a global
that is an alternate syscall. I would probably go with having an `accept4`
method in `SocketManager` that is called from the public `accept` and is
conditionally defined as the alternate implementation or an inline call to
`accept4` and depend on the compiler to optimize out the method call.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---