You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/configuration.md
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -69,6 +69,11 @@ PyTAK has the following built-in configuration parameters:
69
69
70
70
For systems with multiple IP network interfaces, specifies which IP interface to use for the multicast group.
71
71
72
+
***`PYTAK_MULTICAST_TTL`**
73
+
* Default: `1`
74
+
75
+
For clients that are more than one hop away from the TAK broadcast network, specifies the time-to-live (TTL) of multicast packets. This is helpful when the client is hosted in a virtual machine or container with an overlay network.
0 commit comments