Skip to content

streams: apply so_linger, so_rcvbuf and so_sndbuf to unix sockets - #23584

Open
devnexen wants to merge 1 commit into
php:masterfrom
devnexen:stream_unix_sockopts
Open

streams: apply so_linger, so_rcvbuf and so_sndbuf to unix sockets#23584
devnexen wants to merge 1 commit into
php:masterfrom
devnexen:stream_unix_sockopts

Conversation

@devnexen

@devnexen devnexen commented Sep 5, 2026

Copy link
Copy Markdown
Member

The unix and udg transports returned from the AF_UNIX branch before any socket context option was read. The parsing happens before the transport split now and the values are applied through the new php_network_apply_sockvals().

The unix and udg transports returned from the AF_UNIX branch before any socket
context option was read. The parsing happens before the transport split now and
the values are applied through the new php_network_apply_sockvals().
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant