Include table with all environment variables

This commit is contained in:
Henrique Silva
2023-08-29 11:34:04 +02:00
committed by Michael Davidsaver
parent ac6d202db2
commit 877dc12d35
+35
View File
@@ -72,3 +72,38 @@ Examples include:
IPv6 multicast address, with Time To Live set to 1 (roughly equivalent to IPv4 broadcast).
Send via the network interface named ``br0``.
Use default port number.
Environment variables
---------------------
+----------------------------------+--------+--------+
| Variable | Client | Server |
+==================================+========+========+
| EPICS_PVA_ADDR_LIST | x | x |
+----------------------------------+--------+--------+
| EPICS_PVAS_BEACON_ADDR_LIST | | x |
+----------------------------------+--------+--------+
| EPICS_PVA_AUTO_ADDR_LIST | x | x |
+----------------------------------+--------+--------+
| EPICS_PVAS_AUTO_BEACON_ADDR_LIST | | x |
+----------------------------------+--------+--------+
| EPICS_PVAS_INTF_ADDR_LIST | | x |
+----------------------------------+--------+--------+
| EPICS_PVA_SERVER_PORT | x | x |
+----------------------------------+--------+--------+
| EPICS_PVAS_SERVER_PORT | | x |
+----------------------------------+--------+--------+
| EPICS_PVA_BROADCAST_PORT | x | x |
+----------------------------------+--------+--------+
| EPICS_PVAS_BROADCAST_PORT | | x |
+----------------------------------+--------+--------+
| EPICS_PVAS_IGNORE_ADDR_LIST | | x |
+----------------------------------+--------+--------+
| EPICS_PVA_CONN_TMO | | x |
+----------------------------------+--------+--------+
| EPICS_PVA_NAME_SERVERS | x | |
+----------------------------------+--------+--------+
| EPICS_PVA_BROADCAST_PORT | x | |
+----------------------------------+--------+--------+
| EPICS_PVA_CONN_TMO | x | |
+----------------------------------+--------+--------+