trafficserver icon indicating copy to clipboard operation
trafficserver copied to clipboard

Clean up NetAccept

Open moonchen opened this issue 8 months ago • 1 comments

  • Give sensible names to the three different accept code paths (dedicated, per-thread, periodic)
  • Put common code into functions - vc initialization, send/recv buf settings
  • Make QUIC UDP code path separate from TCP

moonchen avatar Apr 22 '25 23:04 moonchen

During the course of this cleanup, I found out that the different code paths have small differences in how they set up socket and UnixNetVConnection options. I don't think those are intentional differences, so they have been unified in this PR.

moonchen avatar Apr 23 '25 14:04 moonchen

This pull request has been automatically marked as stale because it has not had recent activity. Marking it stale to flag it for further consideration by the community.

github-actions[bot] avatar Jul 28 '25 02:07 github-actions[bot]