Skip to content

Commit

Permalink
pythongh-124761: add socket.SO_REUSEPORT_LB
Browse files Browse the repository at this point in the history
  • Loading branch information
graingert committed Oct 4, 2024
1 parent 5e9e506 commit b4d9a57
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Modules/socketmodule.c
Original file line number Diff line number Diff line change
Expand Up @@ -7926,6 +7926,9 @@ socket_exec(PyObject *m)
ADD_INT_MACRO(m, SO_REUSEPORT);
#endif
#endif
#ifdef SO_REUSEPORT_LB
ADD_INT_MACRO(m, SO_REUSEPORT_LB);
#endif
#ifdef SO_SNDBUF
ADD_INT_MACRO(m, SO_SNDBUF);
#endif
Expand Down

0 comments on commit b4d9a57

Please sign in to comment.