Skip to content

Commit b39b703

Browse files
committed
#133: Sockets [adding TCP_QUICKACK constant](php/php-src#10145)
1 parent e04910c commit b39b703

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

data/reference/extension/sockets/83/constants.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,10 @@
3333
"name": "SO_DETACH_BPF",
3434
"ext_min": "8.3.0alpha1",
3535
"php_min": "8.3.0alpha1"
36+
},
37+
{
38+
"name": "TCP_QUICKACK",
39+
"ext_min": "8.3.0alpha1",
40+
"php_min": "8.3.0alpha1"
3641
}
3742
]

tests/Reference/Extension/PhpBundle/Sockets/SocketsExtensionTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@ public static function setUpBeforeClass(): void
106106
'SOCKET_EUNATCH',
107107
'SOCKET_EXDEV',
108108
'SOCKET_EXFULL',
109+
// if def (from ext/sockets/sockets_arginfo.h)
110+
'TCP_QUICKACK'
109111
);
110112
}
111113
// Common to Windows and Unix

0 commit comments

Comments
 (0)