Branch: Tag:

2012-05-31

2012-05-31 17:27:16 by Chris Angelico <rosuav@gmail.com>

Docs change: mention the way of accessing IN6ADDR_ANY when using Stdio.Port()->bind()

2373:    this port as argument and should typically call <code>accept</code> to    establish a connection.</p>   <p> If the optional argument <code>ip</code> is given, <code>bind</code> will try to bind -  to an interface with that host name or IP number.</p> +  to an interface with that host name or IP number. Omitting this +  will bind to all available IPv4 addresses; specifying "::" will +  bind to all IPv4 and IPv6 addresses.</p>   </dd>   <dt class='head--doc'>Returns</dt>   <dd class='body--doc'><p>1 is returned on success, zero on failure. <code>errno</code> provides