1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 08:12:21 +01:00
Files
archived-php-src/main
David Carlier f900035b27 network: on freebsd using SO_REUSEPORT_LB for a better distribution.
SO_REUSEPORT on FreeBSD acts differently as the underlying semantic
is different (as it predates Linux) since it s more for UDP/multicasts.
The SO_REUSEPORT_LB flag, however, uses load balancing for group
of address:port combinations which is how Linux is implemented.

Co-authored-by: Jakub Zelenka <bukka@php.net>
2025-11-03 13:39:18 +01:00
..
2024-05-19 22:57:08 +02:00
2024-11-14 20:36:23 +01:00
2025-09-19 18:13:55 +02:00
2025-05-21 19:39:02 +02:00
2025-07-29 14:00:37 +02:00
2025-04-21 13:20:45 +02:00
2025-09-23 15:11:52 -04:00
2025-10-01 11:12:42 +02:00
2023-01-16 12:27:33 +01:00