[GIT-PULLS] [php-src] PR #23278: ext/sockets: CBPF reuseport CBPF filter improvements/strengthening.
[email protected] (devnexen)
| Newsgroups | php.git-pulls |
|---|---|
| Message-ID | <6Xrsh5gUAJuvbhYL874Zdym7c99c3e3a8UP5KqTV5AA@main.internal.php.net> |
Pull Request: https://github.com/php/php-src/pull/23278 Author: devnexen A zero SO_ATTACH_REUSEPORT_CBPF value detached via SO_DETACH_BPF, an alias of SO_DETACH_FILTER, leaving the reuseport program attached. SO_DETACH_REUSEPORT_BPF is used and exported now, the value is restricted to integers and the level is validated.