Skip to content

Commit 2c43076

Browse files
committed
sockets_mgm: add more fields to the dynamic socket
1 parent 5b67cce commit 2c43076

11 files changed

Lines changed: 395 additions & 32 deletions

File tree

db/schema/sockets_mgm.xml

Lines changed: 33 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,43 @@
3737
</description>
3838
</column>
3939
<column>
40-
<name>pool</name>
40+
<name>advertised</name>
4141
<type>string</type>
4242
<size>128</size>
43-
<description>The definition of the pool this socket belongs to.
44-
Example: "vpn". If missing, the sockets is assigned to the default pool.
43+
<description>The advertised address and port.
44+
If missing, the sockets itself is advertised in messages.
45+
</description>
46+
<default><null/></default>
47+
<null/>
48+
</column>
49+
<column>
50+
<name>tag</name>
51+
<type>string</type>
52+
<size>128</size>
53+
<description>Optional tag to be used to match this socket.
54+
</description>
55+
<default><null/></default>
56+
<null/>
57+
</column>
58+
<column>
59+
<name>flags</name>
60+
<type>string</type>
61+
<size>128</size>
62+
<description>Optional, comma separated flags assigned to the
63+
socket. Possible values are anycast, reuse_port, frag.
64+
</description>
65+
<default><null/></default>
66+
<null/>
67+
</column>
68+
<column>
69+
<name>tos</name>
70+
<type>string</type>
71+
<size>32</size>
72+
<description>ToS values to be used for the socket. This can be
73+
specified as an integer, or one of the following values: IPTOS_LOWDELAY,
74+
IPTOS_THROUGHPUT, IPTOS_RELIABILITY, IPTOS_MINCOST, IPTOS_LOWCOST.
4575
</description>
4676
<default><null/></default>
4777
<null/>
4878
</column>
49-
5079
</table>

0 commit comments

Comments
 (0)