Changes

1 byte removed ,  07:37, 25 January 2018
rip ipv6
Line 107: Line 107:  
<code>bsd:u</code> disallows the usage of the <code>SOCK_SEQPACKET</code> and <code>SOCK_RAW</code> types, with the exception of <code>(AF_INET, SOCK_RAW, IPPROTO_ICMP)</code> (IPv4 <code>ping</code>), <code>bsd:s</code> needs to be used for those.
 
<code>bsd:u</code> disallows the usage of the <code>SOCK_SEQPACKET</code> and <code>SOCK_RAW</code> types, with the exception of <code>(AF_INET, SOCK_RAW, IPPROTO_ICMP)</code> (IPv4 <code>ping</code>), <code>bsd:s</code> needs to be used for those.
   −
The only implemented domains are <code>AF_INET</code> and <code>AF_INET6</code>.
+
The only registered domains are <code>AF_INET</code> and <code>AF_ROUTE</code>.
    
SocketExempt: same as socket but the socket is immediately shutdown (disconnected) on creation.
 
SocketExempt: same as socket but the socket is immediately shutdown (disconnected) on creation.
88

edits