"""Limits read by more than one part of the WebRTC session.""" CHUNK_SIZE = 1024 * 1024 MAX_MSG = 64 * 1024 * 1024 # What the `tr` on a chunk request turned out to be (see `_lease_of`). LEASE_GRANTED = "granted" LEASE_QUEUED = "queued" LEASE_NONE = "none"