File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,16 @@ sendmsg()/recvmsg(): test ability to receive multiple messages (WIN32)
4
4
<?php
5
5
if (!extension_loaded ('sockets ' ))
6
6
die ('skip sockets extension not available. ' );
7
+
8
+ require 'ipv6_skipif.inc ' ;
9
+
7
10
if (!defined ('IPPROTO_IPV6 ' ))
8
11
die ('skip IPv6 not available. ' );
9
12
/* Windows supports IPV6_RECVTCLASS and is able to receive the tclass via
10
13
* WSARecvMsg (though only the top 6 bits seem to reported), but WSASendMsg
11
- * does not accept IPV6_TCLASS messages. We still test that sendmsg() works
12
- * corectly by sending an IPV6_PKTINFO message that will have no effect */
14
+ * does not accept IPV6_TCLASS messages. We still test that sendmsg() works
15
+ * correctly by sending an IPV6_PKTINFO message that will have no effect */
16
+ ?>
13
17
--FILE--
14
18
<?php
15
19
include __DIR__ ."/mcast_helpers.php.inc " ;
You can’t perform that action at this time.
0 commit comments