1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00
Files
archived-php-src/main
Jakub Zelenka 9582d8e6d7 Add stream socket keepalive context options
This adds so_keepalive, tcp_keepidle, tcp_keepintvl and tcp_keepcnt
stream socket context options that are used to set their upper case
C macro variants by setsockopt function.

The test requires sockets extension and just tests that the values are
being set. This is because a real test would be slow and difficult to
show that those options really work due to how they work internally.

Closes GH-20381
2025-12-30 16:52:22 +01:00
..
2024-05-19 22:57:08 +02:00
2024-11-14 20:36:23 +01:00
2025-11-11 13:41:04 +01:00
2025-12-19 19:37:11 +01: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-11-17 13:05:22 +01:00
2025-10-01 11:12:42 +02:00
2023-01-16 12:27:33 +01:00