uvloop icon indicating copy to clipboard operation
uvloop copied to clipboard

Use cythonized SO_REUSEPORT rather than the unwrapped native one.

Open ptribble opened this issue 1 year ago • 0 comments

The code already detects (via hasattr) whether SO_REUSEPORT is available, setting has_SO_REUSEPORT, and creates a wrapped SO_REUSEPORT (via getattr). This change ensures it's that wrapped SO_REUSEPORT that's used, rather than the native C version (which may not exist).

Fixes #550

ptribble avatar Jun 20 '24 07:06 ptribble