diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tcp.html | 6 | ||||
-rw-r--r-- | doc/udp.html | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/doc/tcp.html b/doc/tcp.html index 6fc9900..fb627a1 100644 --- a/doc/tcp.html +++ b/doc/tcp.html | |||
@@ -65,6 +65,12 @@ href=#bind><tt>connect</tt></a>, depending on the address | |||
65 | family obtained from the resolver. | 65 | family obtained from the resolver. |
66 | </p> | 66 | </p> |
67 | 67 | ||
68 | <p class=note> | ||
69 | Note: Before the choice between IPv4 and IPv6 happens, | ||
70 | the internal socket object is invalid and therefore <a | ||
71 | href=#setoption><tt>setoption</tt></a> will fail. | ||
72 | </p> | ||
73 | |||
68 | <!-- socket.tcp +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ --> | 74 | <!-- socket.tcp +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ --> |
69 | 75 | ||
70 | <p class=name id="socket.tcp4"> | 76 | <p class=name id="socket.tcp4"> |
diff --git a/doc/udp.html b/doc/udp.html index e313af4..a300f2f 100644 --- a/doc/udp.html +++ b/doc/udp.html | |||
@@ -76,6 +76,12 @@ href=#setsockname><tt>sockname</tt></a>, depending on the address | |||
76 | family obtained from the resolver. | 76 | family obtained from the resolver. |
77 | </p> | 77 | </p> |
78 | 78 | ||
79 | <p class=note> | ||
80 | Note: Before the choice between IPv4 and IPv6 happens, | ||
81 | the internal socket object is invalid and therefore <a | ||
82 | href=#setoption><tt>setoption</tt></a> will fail. | ||
83 | </p> | ||
84 | |||
79 | <!-- socket.udp4 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ --> | 85 | <!-- socket.udp4 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ --> |
80 | 86 | ||
81 | <p class="name" id="socket.udp"> | 87 | <p class="name" id="socket.udp"> |