autodoc.git/
traditional_manual/
chapter_9.html
Branch:
Tag:
Non-build tags
All tags
No tags
2012-05-31
2012-05-31 17:27:16 by Chris Angelico <rosuav@gmail.com>
4866bf38de4b0d4d7d15d5ea1687c15b325774c1 (
5
lines) (+
4
/-
1
)
[
Show
|
Annotate
]
Branch:
8.0
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