NwLoom
Parameters
the Network.framework binding (real RealNwApi, or FakeNwApi under test).
the Bonjour service type both advertised and browsed; peers with the same type meet.
this peer's stable identity; defaults to a fresh random UUID (freshPeerId, #1405).
inbound delivery policy for each woven Seam (default DeliveryPolicy.Reliable).
source of the seam's per-connection dedup nonces; production defaults to Random.Default, tests inject a seeded Random for a deterministic dedup tiebreak.
how long weave waits for the first peer before throwing NwUnreachableException (default DEFAULT_WEAVE_TIMEOUT). Injectable (#1447 item 1) so a "wait for a friend" lobby can pass a generous value and hold the session open far longer than the default; deliberately NOT infinite by default. Tests inject a small value.
how long a path-lost (ready → waiting) connection is given to recover before the woven seam tears it as CloseReason.Unreachable (#1478); default DEFAULT_WOVEN_PATH_GRACE (10s), injectable for tests.