Skip to content

Commit 50313a1

Browse files
committed
php#53: * fix php_accept_connect for accept4
1 parent e69af46 commit 50313a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/sockets/sockets.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ static bool php_accept_connect(php_socket *in_sock, php_socket *out_sock, struct
298298
}
299299

300300
/*
301-
* This code requires optimization:
301+
* TODO: This code requires optimization:
302302
* Caching the POLL descriptor
303303
* Properly setting the socket to non-blocking mode, with fewer calls
304304
*/

0 commit comments

Comments
 (0)