aboutsummaryrefslogtreecommitdiffstats
path: root/packages/meshbay-node
diff options
context:
space:
mode:
Diffstat (limited to 'packages/meshbay-node')
-rw-r--r--packages/meshbay-node/src/meshbay_node/transport/webrtc_server.py8
1 files changed, 2 insertions, 6 deletions
diff --git a/packages/meshbay-node/src/meshbay_node/transport/webrtc_server.py b/packages/meshbay-node/src/meshbay_node/transport/webrtc_server.py
index 73fefd8..0657b57 100644
--- a/packages/meshbay-node/src/meshbay_node/transport/webrtc_server.py
+++ b/packages/meshbay-node/src/meshbay_node/transport/webrtc_server.py
@@ -133,8 +133,8 @@ PRE_HANDSHAKE_MAX_MSG = 64 * 1024
# How many peer connections this node holds at once, and how long one may stay
# without completing the MNP handshake. The budget above bounds what *one*
# unauthenticated peer costs; these bound how many there may be and how long
-# each lasts, which is the other half and was missing. The hub caps three
-# offers in flight per account — a limit on each caller, not on this machine —
+# each lasts, which is the other half and was missing. The hub meters offers
+# per account (signaling.py) — a limit on each caller, not on this machine —
# so the cost to an operator grew with the number of people in their groups.
# Sized to be unreachable in ordinary use: a browser holds one connection per
# open group, and a handshake unfinished after a minute is not going to finish.
@@ -144,10 +144,6 @@ UNAUTHENTICATED_SESSION_TIMEOUT = 60 # seconds
# Bundle fetches are served in the pre-proof window (C4). Bounded and audited
# until the native client removes remote keypair bundles entirely.
MAX_PRE_PROOF_FETCHES = 4
-# Everything a member sends lands here: files from the Files panel and
-# attachments from the chat alike. One visible directory the operator can look
-# into, back up or empty — rather than a hidden tree of per-user uuids that
-# nobody could read, or files scattered wherever someone happened to be looking.
# Opt-in, off by default: a per-session heartbeat log (message count, time