summaryrefslogtreecommitdiffstats
path: root/packages/meshbay-node/src/meshbay_node/config.py
diff options
context:
space:
mode:
authorChristophe Besson <cbesson@gmail.com>2026-09-01 01:24:50 +0200
committerChristophe Besson <cbesson@gmail.com>2026-09-01 01:24:50 +0200
commit1c8eb6577e36e1e4a150afd0cdda8d283172385e (patch)
treebf7dde66f00490023e028c5a23e2ef353b16e4fd /packages/meshbay-node/src/meshbay_node/config.py
parentfe30860c58e0f1b1efd457ff5eb5146d1e592da0 (diff)
parentb3b48a43a33f936be18a3daa22d307c144b60e22 (diff)
downloadmeshbay-1c8eb6577e36e1e4a150afd0cdda8d283172385e.tar.gz
Merge branch 'fix/node-stun-fanout'
Node-side WebRTC STUN fallback now queries every configured server instead of collapsing to the first (aiortc/aioice limitation). See stun_multi. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01BSsQhfxEAhwi4nqc4hASmq
Diffstat (limited to 'packages/meshbay-node/src/meshbay_node/config.py')
-rw-r--r--packages/meshbay-node/src/meshbay_node/config.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/meshbay-node/src/meshbay_node/config.py b/packages/meshbay-node/src/meshbay_node/config.py
index b94d03a..0355615 100644
--- a/packages/meshbay-node/src/meshbay_node/config.py
+++ b/packages/meshbay-node/src/meshbay_node/config.py
@@ -65,7 +65,9 @@ transcode_incompatible_video = true
# ice_interfaces = ["wlp0s20f3", "eth0"]
# STUN servers for WebRTC ICE candidate gathering (NAT traversal). By default
-# four public servers are used; set this to override.
+# four public servers are used; set this to override. Every server in the list
+# is queried in parallel each gather and the first answer wins, so one slow or
+# blocked server no longer stalls the WebRTC answer.
# stun_servers = ["stun:stun.l.google.com:19302", "stun:stun.cloudflare.com:3478"]
# Browser and native clients reach this node over WebRTC DataChannel via hub