summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2007-08-03 11:12:59 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2007-08-03 11:12:59 +0000
commitbe5cdf749ffeee99e8ca2a642d7bcee93fb1a833 (patch)
tree8986e86d3cbdd95b005724f1607ad2af58d58e2b /spec
parent4d9609213834ebae6e19d4e611855a980bd3b9e5 (diff)
Switch ipv4 and v6 tube addresses back to being represented as strings, to aid debugging
Diffstat (limited to 'spec')
-rw-r--r--spec/Channel_Type_Tubes.xml15
1 files changed, 8 insertions, 7 deletions
diff --git a/spec/Channel_Type_Tubes.xml b/spec/Channel_Type_Tubes.xml
index 119454e1..9eb1c50c 100644
--- a/spec/Channel_Type_Tubes.xml
+++ b/spec/Channel_Type_Tubes.xml
@@ -107,18 +107,19 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<tp:enumvalue suffix="IPv4" value="2">
<tp:docstring>
- An IPv4 socket. The variant contains a struct with signature (ayq)
- in which the byte-array is 4 bytes long and contains the address
- in network byte order, while the 16-bit unsigned integer is the port
- number.
+ An IPv4 socket. The variant contains a struct with signature (sq)
+ in which the string is an IPv4 dotted-quad address literal
+ (and must not be a DNS name), while the 16-bit unsigned integer is
+ the port number.
</tp:docstring>
</tp:enumvalue>
<tp:enumvalue suffix="IPv6" value="3">
<tp:docstring>
- An IPv6 socket. The variant contains a struct with signature (ayq)
- in which the byte-array is 16 bytes long and contains the address,
- while the 16-bit unsigned integer is the port number.
+ An IPv6 socket. The variant contains a struct with signature (sq)
+ in which the string is an IPv6 address literal as specified in
+ RFC2373 (and must not be a DNS name), while the 16-bit unsigned
+ integer is the port number.
</tp:docstring>
</tp:enumvalue>