php-src/ext/sockets
David Carlier 1f4830f21a
Add TCP_NOTSENT_LOWAT socket option
Can be used to limit the amount of unsent data per socket.

Closes GH-8559.
2022-05-16 16:01:38 +02:00
..
tests Merge branch 'PHP-8.1' 2021-12-21 07:28:19 +01:00
config.m4 Fix GH-7978: sockets extension compilation errors 2022-01-21 23:56:56 +01:00
config.w32 Fix Windows build for shared ext/sockets 2020-09-08 22:54:21 +02:00
conversions.c Merge branch 'PHP-8.0' into PHP-8.1 2022-03-10 14:51:30 +01:00
conversions.h
CREDITS
multicast.c Merge branch 'PHP-8.0' into PHP-8.1 2022-01-04 14:12:56 +01:00
multicast.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_sockets.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
sendrecvmsg.c Merge branch 'PHP-8.0' into PHP-8.1 2022-03-10 14:51:30 +01:00
sendrecvmsg.h Remove unnecessary PHP_FUNCTION() declarations (#7472) 2021-09-07 10:04:00 +02:00
sockaddr_conv.c get rid of inet_aton and inet_ntoa use inet_ntop iand inet_pton where available standardize buffer size 2021-05-06 13:39:58 +02:00
sockaddr_conv.h
sockets_arginfo.h Add more specific array return type hints for various extensions - part 6 (#7474) 2021-10-07 14:29:29 +02:00
sockets.c Add TCP_NOTSENT_LOWAT socket option 2022-05-16 16:01:38 +02:00
sockets.stub.php Add more specific array return type hints for various extensions - part 6 (#7474) 2021-10-07 14:29:29 +02:00
unix_socket_constants.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
win32_socket_constants.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
windows_common.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00