Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
proton-c-0.37.0
-
None
Description
Epoll proactor currently uses send/read for IO. For consistency it should use write/read or send/recv. The latter allows the kernel to skip code handling the generic to specific transition and is the more performant option (even if rarely measurable).