Improve errors for invalid port numbers (#303)
Signed-off-by: Erik Boasson <eb@ilities.com>
This commit is contained in:
parent
2d8bf36f8e
commit
3da21315f2
17 changed files with 337 additions and 100 deletions
|
@ -203,7 +203,7 @@ constant DG).</p><p>The default value is: "250".</p>""" ] ]
|
|||
xsd:integer
|
||||
}?
|
||||
& [ a:documentation [ xml:lang="en" """
|
||||
<p>This element specifies the port number for multicast meta traffic
|
||||
<p>This element specifies the port number for multicast data traffic
|
||||
(refer to the DDSI 2.1 specification, section 9.6.1, constant
|
||||
d2).</p><p>The default value is: "1".</p>""" ] ]
|
||||
element MulticastDataOffset {
|
||||
|
@ -225,7 +225,7 @@ section 9.6.1, constant PG).</p><p>The default value is:
|
|||
xsd:integer
|
||||
}?
|
||||
& [ a:documentation [ xml:lang="en" """
|
||||
<p>This element specifies the port number for unicast meta traffic (refer
|
||||
<p>This element specifies the port number for unicast data traffic (refer
|
||||
to the DDSI 2.1 specification, section 9.6.1, constant d3).</p><p>The
|
||||
default value is: "11".</p>""" ] ]
|
||||
element UnicastDataOffset {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue