98 KiB
98 KiB
Multiplayer Session and Transport Flow
- Roots:
multiplayer_window_init_globalsat0x004efe80,multiplayer_window_service_loopat0x004f03f0, the Multiplayer.win session-event callback table built bymultiplayer_register_session_event_callbacksat0x0046a900, the active session-event transport object at0x006cd970, the Multiplayer preview dataset object at0x006cd8d8, and the lower pending-template and text-stream helpers around0x00597880..0x0059caf0. - Trigger/Cadence: shell-owned Multiplayer.win frame service plus event-driven session callbacks and repeated transport pump steps.
- Key Dispatchers: session-event wrappers for actions
1,2,4,7,8;multiplayer_register_session_event_callbacks;multiplayer_dispatch_requested_action;multiplayer_reset_preview_dataset_and_request_action;multiplayer_preview_dataset_service_frame;multiplayer_load_selected_map_preview_surface;multiplayer_flush_session_event_transport;multiplayer_transport_service_frame;multiplayer_transport_service_worker_once;multiplayer_transport_service_route_callback_tables;multiplayer_transport_service_status_and_live_routes;multiplayer_transport_text_stream_service_io;multiplayer_transport_dispatch_pending_template_node;multiplayer_transport_service_pending_template_dispatch_store. - State Anchors: live session globals at
0x006d40d0, active session-event transport object at0x006cd970, status latch at0x006cd974, session-event mode latch at0x006cd978, retry counter at0x006cd984, preview dataset object at0x006cd8d8, preview-valid flag at0x006ce9bc, staged preview strings at0x006ce670and[0x006cd8d8+0x8f48], Multiplayer.win backing block at0x006d1270, selector-view store root at[transport+0xab4], selector-view generation counters at[transport+0xab8]..[transport+0xac0], selector-view backing arrays around[transport+0xad0]..[transport+0xae4], selector-view entry probe-request id at[entry+0x50], live-state gate at[entry+0x58], third-slot flag word at[entry+0x64], probe-schedule tick at[entry+0x68], last-success tick at[entry+0x6c], pending-probe latch at[entry+0x74], success generation at[entry+0x78], consecutive-failure counter at[entry+0x7c], rolling average at[entry+0x80], recent sample window at[entry+0x84..], bounded sample-count at[entry+0x94], total-success count at[entry+0x98], pending-template list at[transport+0x550], dispatch store at[worker+0x54c], and text-stream buffers rooted under[worker+0x1c]. - The worker-owned text-stream seam is tighter now too:
0x59c670constructs the two growable text buffers,0x59c6c0resolves the remote host and opens one keepalive TCP socket into[worker+0x1c],0x59cbd0formats transient command lines through the shared static builder at0x00db8dd0,0x59caf0appends those lines plus CRLF, and0x59cad0services the resulting send/recv socket state. The current worker bring-up at0x58f110now reads cleanly through that strip: after store construction it opens the text stream, connects it to the caller host/port, and then emits eitherCRYPT des 1 %sor the fallbackUSRIPcommand into the send buffer. The mode-3transport-text pair setter is tighter now too:0x59ae20takes the two payload strings under[msg+0x20], XORs each of them in place against the fixed repeating key band[transport+0x564]through0x5a1050, seeds the paired RC4-style0x102-byte stream-cipher states at[transport+0x242]and[transport+0x140]through0x5a0d00, marks[transport+0x13c]active, and then refreshes the status line through0x59caf0. The receive side is tighter now too:0x59d210peels one complete CRLF-delimited line out of the receive buffer,0x59cec0decodes that isolated line into the transient field band rooted at[worker+0x328..+0x344],0x59cc30splits anynick!user@host-style prefix into owned subfields,0x59cdf0tokenizes the later fields into the transient vector at[worker+0x348..+0x34c], and0x59d400returns the transient band only when one full line was successfully decoded. - Subsystem Handoffs: the Multiplayer.win initializer seeds the backing block at
0x006d1270, later reset paths construct the separate preview dataset at0x006cd8d8, and the shell-owned active-mode frame services that dataset every frame throughmultiplayer_preview_dataset_service_frame. That preview side publishes roster and status controls through the Multiplayer window control paths, loads.gmtpreview surfaces throughmultiplayer_load_selected_map_preview_surface, and is even reused by the map/save coordinator’s mode-11.gmtpath when the dataset already exists. The preview owner now has a tighter internal request split too. The fixed selector-descriptor list at[0x006cd8d8+0x8f28]is built throughmultiplayer_preview_dataset_append_named_callback_descriptor0x00469930, whose current grounded owner is the fixed registration blockmultiplayer_preview_dataset_register_fixed_named_callback_descriptors_1_to_100x00473a60; the variable-size named UI-request list at[0x006cd8d8+0x8f2c]is built throughmultiplayer_preview_dataset_append_named_ui_request_record0x00469a50; and the staged profile/path strings live at[0x006cd8d8+0x8e10]and[0x006cd8d8+0x8f48], with the broader action-2staging path now bounded bymultiplayer_preview_dataset_stage_profile_text_selected_path_and_sync_session_state0x0046a030. The companion action-3commit path is tighter too:multiplayer_preview_dataset_match_named_field_slot_copy_profile_text_and_probe_selection0x0046a110now sits directly above the lazily initialized0x80 * 0x11cfield-slot table at[0x006cd8d8+0x10], whose owner ismultiplayer_preview_dataset_ensure_field_slot_table_initialized0x0046a1a0. The shared submitter above those lists is now explicit too:multiplayer_preview_dataset_submit_transport_request0x00469d30accepts the caller’s request-id, selector, payload pointer and length, flag word, and optional auxiliary pointer, optionally allocates one sidecar object, and then either sends the request directly through the session-event transport or takes the slower packed branch through0x00553000/0x00552ff0into0x00521dc0. One shell-side prompt owner above that submitter is now explicit too:shell_command_prompt_for_text_and_submit_selector1_multiplayer_transport_request_when_auxiliary_preview_ready0x00441690requires active scenario state, the auxiliary-preview-owner gateshell_has_auxiliary_preview_owner0x00434050, and one live queued-preview record at[world+0x66ae], then opens prompt0x0b6dand forwards the returned text through0x00469d30with selector1, request id0, flag1, and a null auxiliary payload while the shell-global modal latch0x0062be80is held around the prompt. The constructor and teardown side are tighter now too.multiplayer_preview_dataset_construct_reset_globals_and_seed_callback_owners0x0046be80is the real reset owner above the action-2/3branches inmultiplayer_dispatch_requested_action: it re-enters the paired release bodymultiplayer_preview_dataset_release_owned_lists_transients_and_session_side_state0x0046bc40, clears the surrounding launcher globals, allocates the field-slot table and the keyed request/descriptor owners, seeds the render target and staging buffers, and then callsmultiplayer_preview_dataset_reset_global_callback_state_and_register_selector_handlers0x00473280plus the smaller fixed-name blockmultiplayer_preview_dataset_register_fixed_named_callback_descriptors_1_to_100x00473a60. That broader registration pass0x00473280now bounds the selector-handler family too: it zeroes the global scratch bands0x006ce808..0x006ce994and0x006ce290, seeds default callback root[0x006cd8d8+0x08]with0x0046f4a0, and populates the keyed selector table at[0x006cd8d8+0x04]throughmultiplayer_preview_dataset_register_selector_callback_if_absent0x00468b10for selectors1..0x83. The concrete callback bodies under that table are tighter now too. The small split is real rather than guessed:0x0046c390is the direct control-0x109publish leaf through0x00469d30;0x0046c3c0is the fixed-session-token plus launch-latch arm path; and the large sibling0x0046c420is the real apply-owner for one incoming session payload slab copied into0x006cec74before the shell-refresh follow-ons. A second callback cluster now owns live session-entry flags instead of just relaying transport payloads:0x0046c7c0rewrites the elapsed-pair dwords[entry+0x54/+0x58],0x0046c840sets bit0x08in[entry+0x5c],0x0046c870toggles bit0x01from payload byte[msg+0x08],0x0046cf10sets bit0x04, and0x0046cf70is the list-wide clear of that same bit-0x01lane across every live session entry. The broader callback0x0046c8c0sits above those single-field leaves and applies either one or many embedded session-field update records before republishing the list. The pending-state side is separated now too:0x0046cce0,0x0046cd10,0x0046ce90, and0x0046d230are the current small latch/state owners under0x006cd91c,0x006d1280,0x006d1284, and0x006ce9c8, while0x0046cd30and0x0046ce10are the paired current-session string/scalar submit-and-apply handlers over[entry+0x258c/+0x268c/+0x2690/+0x2694]. One neighboring cross-subsystem callback is tighter now too:0x0046cf40mirrors one remote late setup-preview/status payload block into[world+0x66be], the same world band later serialized and restored under bundle chunk ids0x2ee0/0x2ee1and re-normalized after restore through0x0047bc80. The same callback table also owns one small fixed transfer-progress family rooted at0x006ce2e8:0x0046cfe0allocates the first free0x5cslot and optionally formats one label string,0x0046d090appends progress payload into the matched slot while publishing one percent string through0x005387a0, and0x0046d1d0clears the finished slot and frees that optional label. On the release side,0x0046bc40now clearly owns the request-list, descriptor-list, semicolon-name, pooled-span, render-target, and auxiliary-owner teardown, whilemultiplayer_shutdown_preview_dataset_session_object_and_global_helper0x0046c230is the final wrapper that additionally drops the live session object at0x006d40d0and the shared helper at0x00d973b4. The small tuple staging below that family is bounded too:multiplayer_preview_dataset_touch_current_session_year_bucket_and_return_staged_tuple0x0046b6d0now owns the keyed session-bucket touch under[session+0x2580]for the staged tuple at[0x006cd8d8+0x9048], and the companionmultiplayer_preview_dataset_stage_optional_selected_token_from_source_ptr0x0046d610writes the optional derived token into[0x006cd8d8+0x8f38]. The next service layer under the same owner is tighter too:multiplayer_preview_dataset_prune_session_buckets_below_current_year_key0x0046b910now bounds the older keyed-bucket drain under[session+0x2580], whilemultiplayer_preview_dataset_service_current_session_buckets_and_publish_selector0x670x0046b9f0owns the current-bucket walk, the local counters[+0x987c/+0x9890], and the later selector-0x67publish branch back through0x00469d30. Its local batch-publish childmultiplayer_preview_dataset_publish_accumulated_selector0x71_record_batch0x00473bf0is now bounded too: it packages the fixed-width records at0x006cd990, prefixes(0, count), sends them as selector0x71, and then clears the live record count0x006ce9a0. The immediate local helpers under that same band are now explicit too:0x0046d260is the fixed-record append primitive that grows0x006cd990up to0x80entries, while0x0046d240is the paired release of the optional selector-0x71staging blob at0x006ce994. The first fixed named-descriptor block undermultiplayer_preview_dataset_register_fixed_named_callback_descriptors_1_to_100x00473a60is tighter in the same way now. Its concrete roots0x0046db10,0x0046db50,0x0046db90,0x0046dbd0,0x0046dd10,0x0046de40,0x0046de80,0x0046e030, and0x0046e250all return small static records rooted at0x006ce9dc..0x006cea3c; each record carries a leading tag byte plus the same derived world-year key from[0x006cec78+0x0d], while the heavier siblings add collection-backed totals from0x0062be10,0x006ceb9c,0x0062b26c,0x006cfca8, or0x006cfcbctogether with local overlay, geometry, or object-metric sample paths. The immediate helper strip beneath that same first named block is tighter now too.0x0046d980is the direct0x006ceb9cname-to-index lookup over[entry+0x08], while0x0046d9e0is the heavier companion that first resolves the current live session from0x006d40d0, matches that session-side string against the same0x006ceb9ctable, and returns the matching entry index or0xff. Above those,0x0046f8f0resolves and validates one0x0062be10entry, then keeps it only when its profile-index field[entry+0x3b]equals the live-session-backed0x006ceb9cindex from0x0046d9e0; and0x0046f870is the paired rounded-delta leaf that takes one float plus one collection byte index and writes the rounded positive/negative pair into metric ids0x0fand0x0dthrough0x0042a040. So this first descriptor band is no longer just a bag of static record roots: it also owns a real local helper family for0x006ceb9cname matching, live-session profile matching, and one narrow metric-pair apply path beneath the higher callback bodies. The next selector layer above that helper strip is tighter now too. Selector0x12is the small validate-or-error wrapper above selector0x13, and selector0x13body0x004706b0resolves the same live-session company match, attempts the placed-structure apply path through0x004197e0,0x004134d0,0x0040eba0,0x0052eb90, and0x0040ef10, and otherwise falls back to a hashed selector-0x6epublish over the first0x1cpayload bytes. The same pattern appears again one pair later: selector0x16is the thin validate-or-error wrapper above selector0x17, and selector0x17consumes a count plus0x33-stride adjunct record band, resolves one live train-side entry under0x006cfcbc, re-enters0x004a77b0,0x0052e720,0x0040eba0,0x0052eb90, and0x0040ef10, and again falls back to hashed selector0x6epublish when the live apply path does not land. The later status pair is bounded too: selector0x19is another thin wrapper, and selector0x1aeither derives a status code from0x0046ed30and current live-session name matching or treats the four-byte payload directly as that status code before publishing localized status text0x0b7f/0x0b80. One selector-pair above the metric leaf is now explicit too: the earlier front edge of the same callback table is tighter now too. Selector0x02compares staged profile text against the shell profile band at[0x006cec7c+0x11], can advance the requested-action fields0x006d1280/0x006d1284, can queue selector0x53, and on the success path syncs the larger shell profile block rooted at[0x006cec7c+0x44]. The next small strip is also grounded: selector0x0aclears[world+0x19], seeds[world+0x66ae], mirrors peer byte[peer+0x2690]into named-profile byte[entry+0x15c], refreshes0x006ce98c, and optionally republishes one local status path. Selector0x0bis then the small token-staging wrapper above selector0x0c, and selector0x0citself forwards one signed byte pair into0x00434680before adjusting dataset counter0x006cd8e8. The other small early leaves are now bounded too: selector0x0fpops one node from the current session queue at[session+0x64], publishes that node through0x00469d30, and releases it; selector0x10looks one payload key up in the session-side store[session+0x60]and forwards the result plus dataset string root[0x006cd8d8+0x8f48]into0x00521790. One selector-pair above the metric leaf is now explicit too: selector-0x15body0x00470950consumes the same compact(float delta, company-index byte)payload shape, resolves the matching live-session company entry through0x0046f8f0, submits selector0x6bthrough0x00469d30, and then immediately re-enters0x0046f870for the local apply. The neighboring name-match lane is now explicit too: selector-0x61body0x00472700scans0x0062be10for a company-name match against the caller string at[payload+0x08]and then either submits selector0x62with the original payload or falls back to the paired error-style0x21branch. The next registered band around selectors0x1c..0x5dis tighter now too. Selector-adjacent helpers0x00470ed0and0x00470fa0are the paired global preset passes beneath that strip: both walk the guarded named-profile table0x006ceb9c, add opposite signed integer presets into qword field[profile+0x154]through0x00476050, then walk0x0062be10and write opposite preset scalars into metric id0x0dthrough0x0042a040. Above them, selectors0x1d,0x1f,0x21,0x23,0x25,0x27,0x29,0x2b,0x2d,0x2f,0x31,0x33,0x35,0x37, and0x39are now explicit token-staging forwarders into selectors0x1e,0x20,0x22,0x24,0x26,0x28,0x2a,0x2c,0x2e,0x30,0x32,0x34,0x36,0x38, and0x3a. The next live-train strip is also grounded: selectors0x3b,0x3d,0x3f,0x41, and0x43resolve live train ids from0x006cfcbc, stage the current token, and republish into selectors0x3c,0x3e,0x40,0x42, and0x44; selectors0x3c,0x3e, and0x40then dispatch directly into0x004abd70,0x004b2f00, and0x004b3000, while selector0x42is the heavier train-adjunct branch through0x004b2b70,0x004b3160,0x004b2c10,0x004a9460, and0x004ab980. The prompt or bitmap cluster is tighter too: selector0x48consumes one 12-byte record, either marks the current-session bit directly or opens localized prompt0x0b81through0x00469a50and callback0x004719c0, and then republishes selector0x49; selector0x49turns that 12-byte result into one keyed bitset object and republishes selector0x47; selector0x47consumes the resulting ten-slot masks and drops straight into0x004eb230plusshell_resolve_merger_vote_and_commit_outcome0x004ebd10. The same pattern repeats one size smaller for selectors0x4c,0x4d, and0x4b: selector0x4cconsumes one 10-byte record, either marks the current-session bit directly or opens localized prompt0x0b82through0x00469a50and callback0x00471d50, selector0x4dfolds that 10-byte result into the keyed bitset object, and selector0x4bturns the resulting masks into one ten-dword cache setter at0x0050c4e0rooted at0x006d1a08plus the paired outcome resolver0x0050c940. The direct setter strip after that is explicit too: selector0x4frepublishes selector0x6fwhen the live session object exists and dataset gate0x006cd91cis clear, selector0x50copies[dataset+0x9058]into[dataset+0x9054], selector0x51derives one small session-status code and either republishes selector0x52or shell control0x109, selectors0x55,0x56, and0x57directly store dataset field0x9860, a0x006ceb9cinline name, and guard field[entry+0x1e1], selector0x58flushes the deferred 16-slot named-profile clear queue[dataset+0x9864..+0x9873], selector0x59derives one roster or capacity status and republishes selector0x5a, selector0x5bis another token-staging forwarder into selector0x5c, selector0x5cgates a0x00493960dispatch plus optional local0x0046f870apply, and selector0x5dvalidates one payload string before republishing selector0x5e. The next registered band around selectors0x5e..0x7dis tighter too. Selector0x5eupdates the named-profile side table0x006ceb9c, mirrors the same string into the resolved live session object, and when the session-side guard is active hashes that string back into[session+0x48]and dataset field[0x006cd8d8+0x8f48]; selector0x5fthen stages the current year-derived token and republishes into selector0x60, whose body writes one guarded byte field into the same0x006ceb9centry family. The0x62..0x64strip forms the same kind of pair over0x0062be10: selector0x62copies one fixed0x32-byte band into the matched company entry, selector0x63rejects duplicate field-0x37values before forwarding, and selector0x64applies that same dword field directly into the matched entry or one live fallback owner. The receive-side correction is explicit now too: selector0x6bis the tiny local metric-apply wrapper0x00472db0 -> 0x0046f870, selector0x6cis the separate train-record wrapper0x00472dc0 -> 0x0046d780, selector0x6dformats localized status0x0f4einto the grounded world outcome-text buffer[world+0x4b47], and selector0x6ewalks the current keyed bucket under[session+0x2580]and marks the first matching companion record by payload hash. The later wrappers are cleaner too: selectors0x71,0x73,0x75,0x77,0x79,0x7b, and0x7dare all token-staging forwarders into selectors0x72,0x74,0x76,0x78,0x7a,0x7c, and0x7e. Beneath them, selector0x72is the heavier counted live-world apply path over0x0062b2fc,0x0062b26c, and0x0062bae0; selector0x74dispatches a resolved company-entry id into0x0062b26cunder the small latch0x006ce9a8; selectors0x76,0x7a, and0x7cresolve one company-style entry and then tail into narrower local handlers; and selector0x78is the broader projection-or-notify body over0x0044b160,0x00538e00, and the local-session refresh strip. The next adjacent owner0x0046e5c0is broader but still belongs to the same structural neighborhood: in mode1it serializes a dual-collection metric blob from0x0062be10and0x006ceb9c, writing the two row counts into local header bytes and then packing one0x24-stride band plus one0x2c-stride band behind a0x10-byte header; the opposite branch starts validating and applying those packed metrics back into live entries. So that first named block is no longer just a string-name registry; it already includes a real typed static-record family beneath the preview dataset, and it now sits directly beside one broader fixed-record callback-successor strip. Right after the selector-0x71batch publisher, the local0x005ce418fixed-record family becomes explicit:0x00473ce0constructs one0x187-byte record from two copied strings, shell-profile bytes[0x006cec78+0x0d/+0x0f/+0x11], owner field[this+0x04], and monotonic sequence dword[this+0x14]seeded from0x006cea48;0x00473dc0,0x00473e70,0x00473ee0, and0x00473f30are the max-sequence, min-sequence, previous-sequence, and next-sequence queries over the same live collection;0x00473e20is the boolean scan for any inactive record with a nonzero owner dword; and0x00473f80is the real allocator or constructor owner, trimming the collection down to0x19entries, allocating one live record through0x00518900, and then dispatching the heavier constructor. So the callback registry now leads directly into a concrete preview-side fixed-record collection, not into another anonymous transport helper band. The broader snapshot/apply owner still sits over the same multiplayer collection state. In parallel,multiplayer_register_session_event_callbacksallocates and registers the separate session-event transport object at0x006cd970. The shell-side bridge into that deeper transport cadence is now tighter:multiplayer_window_service_loopand neighboring reset or initializer branches callmultiplayer_flush_session_event_transport, which forces one status flush and then drops intomultiplayer_transport_flush_and_maybe_shutdown. That wrapper in turn runsmultiplayer_transport_service_frame, the recurring pump that services one worker step throughmultiplayer_transport_service_worker_once, sweeps the transport-owned callback tables and field caches throughmultiplayer_transport_service_route_callback_tables, services both the auxiliary status route and the current live route throughmultiplayer_transport_service_status_and_live_routes, and then descends one layer farther into the shared GameSpy route helpermultiplayer_gamespy_route_service_frameat0x58d040. The transport also owns a separate selector-view sidecar beneath that route cadence. The reset and teardown side of that same outer transport is tighter now too. The bounded local callback-table attach validator0x58d7e0first clears selector registrations throughmultiplayer_transport_reset_selector_tables, then ensures the keyed selector-view store, and only then rebuilds the surrounding selector-view runtime through the auxiliary sidecar ensure owner0x593fe0before returning success. That sidecar seam is now explicit too:0x593db0hashes the ordered status-string pair(entry, entry+0x40)modulo the caller divisor,0x593e40compares that same ordered pair for keyed equality,0x593ef0is a real no-op release callback, and0x593fb0is the worker callback that resolves one selector-view entry through0x594b40and commits probe success through0x593f00. One layer lower,0x58d810is the common runtime-reset strip that clears selector slots, releases the keyed selector-view store, clears the auxiliary selector-view sidecar rooted at[transport+0xac8], and forwards into the remaining route-mode-sensitive selector cleanup. That lower strip is no longer opaque either:0x5955a0is the bulk three-slot selector reset plus shared probe-marker clear,0x594080is the auxiliary selector-view sidecar release when the keyed store is unbound, and0x595820is the forced route-mode-0cleanup that preserves selector slot2ownership across the reset. The next owner above that strip is now explicit too:0x58de50either latches deferred reset at[transport+0x1edc]while outstanding work remains or, once the transport is quiescent, clears[transport+0xab0], releases the live worker/runtime band through0x58d860, and immediately pumps one more service step through0x58d8d0(-1). The final destroy tail0x58d8a0then tears down queued work, active opcode records, the Winsock guard, and the remaining owned runtime strings before freeing the transport body. The constructor-side and shutdown-side owners are explicit now too.0x58dc50enters the Winsock1.1guard, allocates and zeroes the full0x1ee4-byte transport body, seeds local IPv4[transport+0x58], constructs the transient work-record collection, copies one caller-supplied0x70-byte callback-vector/state seed block into[transport+0x178c..+0x17f8], then constructs the active opcode-record collection at[transport+0x17fc]through0x592750and the shared plus slot-local selector callback-name stores at[transport+0x18a8],[transport+0x1890..+0x1898],[transport+0x189c..+0x18a4], and[transport+0x18ac..+0x18b4]through0x5966f0before the object is considered live. The later callback-slot wrappers rooted at[transport+0x178c],[transport+0x17c0],[transport+0x17c4], and the sibling callback contexts near[transport+0x17f8]now make that copied band read as the constructor-side callback vector and companion state, not as a generic label blob. The paired runtime release strip0x58d860tears the worker down, clears the configured transport latches, releases the transient work-record side, reruns the selector/callback reset block, and clears[transport+0x180c], byte[transport+0x1810], and deferred-reset latch[transport+0x1edc]. Above that,0x58de90is the actual shutdown owner: it preserves the leading callback-vector dword at[transport+0x178c]across0x58de50, disconnects the live route state, and then either marks deferred-close flag[transport+0x1ee0]while work remains or falls straight into final destroy owner0x58d8a0, which also releases the selector callback-name store family through0x5967f0. The adjacent route-mode text side is tighter too.0x58db70is the small selector-text helper that formats one caller mode string through the shared stack builder and sends it through selector slot3or4, while the broader owner0x58dfb0sits above it and derives the live route-mode status from transport latches, refreshes the mode-string band[transport+0xad0/+0xadc], stores companion state at[transport+0xb34/+0xb40/+0xb44/+0xb54], and then either submits the richer selector-text route request through0x593c40or falls back to the probe/enqueue path0x592a70. That same owner also participates in the current callback-table attach validation through0x58d7e0, with disconnect fallback0x58d830, and reuses the same immediate-drain context-id wait loop as0x58df20. The selector-status side underneath those owners is tighter now too.0x5951f0is not just a generic transport pump: it builds up to three transient selector-mode strings from selector presence lanes[transport+0x384..+0x398]and status latches[transport+0xb40/+0xb44/+0xb54]plus[transport+0x180c], appending the letterss,r,h,g, andainto three local string bands and then hashing those bands through0x594c40. It only emits the matchingSETCHANKEY/SETCKEYlines through0x58ece0when the hashed mode state changed versus cached masks[transport+0x99c/+0x9a0/+0x9a4]. The adjacent cleanup sibling0x5965d0is concrete too: it optionally releases the status route through0x597350, clears theh/g/rlatch band[transport+0xb40/+0xb44/+0xb54], and then reruns0x5951f0so the emitted selector-mode text stays consistent with the cleared route state. The adjacent selector and callback-table owners are tighter now too.0x58e100is the fixed selector-2status publisher: it only runs when transport latches[+0x60],[+0x48],[+0x398], and[+0xb40]are all live, falls back to0x005c87a8when the caller token is null, formats one line from the caller token plus[transport+0x282]and the current route IPv4 at[transport+0x54], sends that line through selector2, sets[transport+0xb44] = 1, and then either nudges route-mode helper0x595650(5)or falls into the auxiliary0x597350 / 0x597370branch. The adjacent dispatcher0x596fd0is now explicit too: it only exposes its built-in status-field strip when[transport+0x398]is live and the[transport+0xb44]or[transport+0xb38]gate allows it, then appends internal text[transport+0x79c], decimal state from[transport+0xac0],[transport+0xb48], and[transport+0xb3c], one static fallback token, or the boolean form of[transport+0xb4c]; outside those built-in ids it dispatches into the local status-route callback-vector lanes or falls back to the owner callback at[transport+0x17dc]with context[transport+0x17f8]. One level earlier,0x58dce0is now the setup-side sibling: it copies the local name into[transport+0x60], seeds the two status-text bands at[transport+0xad0/+0xadc], preserves those descriptor triplets only when selector-view result slot[transport+0xab0]is already live, copies the route-label buffers at[transport+0xb58/+0xb78], clears route-label state bytes[transport+0xb77/+0xb97], stores callback-table metadata at[transport+0xb98/+0xb9c], rebuilds the route callback-table family through0x596090, and on success refreshes the current status text at[transport+0xaf4]before rerunning0x5965d0(1). The same local pass also makes the negative boundary tighter: setup still touches the surrounding callback-table and replay-band fields without ever seeding a nonzero value into[transport+0x1778], so the local static seam is closed here: no ordinary constructor, reset, service, or callback-table owner inRT3.execurrently writes that sidecar, and the latest full-binary disassembly scan still finds only the0x595bc0read while the neighboring lifecycle fields[transport+0x177c/+0x1780/+0x1784/+0x178c/+0x17f8]do show normal constructor/reset/use sites. The producer therefore still looks upstream of this local cluster. Beside it,0x58e200is the broader callback-table attach or refresh owner: it seeds one immediate-drain context id, conditionally copies the local name into[transport+0x04], clears[transport],[transport+0x48], and[transport+0x1edc], stores follow-on callback fields[+0x4c/+0x5c], sets[transport+0x44] = 1, attaches the descriptor block through0x593650, whose worker-side callback pair is now explicit too:0x593610republishes the staged work-record triplet through opcode-5binding enqueue helper0x592c40, while0x593630stores the incoming route scalar at[transport+0x54]and then forwards the caller text/buffer plus[transport+0x5c]into0x597780, the fixed-template encoded route-scalar formatter beneath that attach path. On attach failure the outer owner falls through0x58d860, dispatches the resolved binding through0x592a40, and optionally reuses the same immediate-drain wait loop as the neighboring transport submit owners. The direct selector-text seam under those owners is explicit now too.0x58e630is just the current-local-name helper: it returns[transport+0x36c]while the worker root is live and otherwise falls back to0x005c87a8. Above that,0x58e7e0is the real direct selector-text variant publisher under0x58d9e0: it formats one line through[transport+0x1c]asPRIVMSG %s :%s, action-prefixedPRIVMSG,NOTICE %s :%s,UTM %s :%s, orATM %s :%sdepending on caller mode0..4, then probes the matching registered-name entry through0x59d7d0and emits opcode4through0x59b790when that entry exists. The plain sibling branch is explicit now too:0x58ea60formats the same five selector-text variants through[transport+0x1c]but stops after appending the text line, without probing0x59d7d0or emitting opcode4. The registered-name fastpath side is tighter at the same time:0x58eb10is just the null-worker guard abovemultiplayer_transport_find_registered_name_entry_and_optionally_return_bucket0x59df60, which walks the worker-owned registered-name store at[worker+0x548]and can return both the matched entry and its owning bucket pointer. One level earlier,0x58e510is the broader fastpath owner under0x593d60: when the caller text is null, empty, too long, or casefold-equal to current local name[transport+0x36c], it takes the immediate callback-style opcode-0x1bpath through0x598060 -> 0x59b790; otherwise it formats one local-name command through[transport+0x1c]using format0x005e1c64, packages that request through0x598280, and on either branch reuses the same0x58e3f0 / Sleep(10) / 0x58e370immediate-drain loop when requested. The route-request side beneath those owners is explicit too.0x58e720is the common submit root under0x593bb0and0x593c40: it formats one local route line through[transport+0x1c], packages the caller route payload and callback triplet into a type-1transient request through0x5981b0, refreshes the registered-name side through0x59d5b0, and when requested loops through0x58e3f0,Sleep(10), and0x58e370until the request completes. That registered-name refresh path is tighter too:0x59d5b0builds one zeroed0x1e0-byte stub from the caller string and appends it into the flat registered-name vector[transport+0x54c]through the sharedgeneric_vector_push_backhelper0x59e4d0, while the smaller sibling0x58e7a0sits beside it as the selector-slot text and registered-name removal path. The selector-text submit owner itself is explicit now too:0x593c40is not just a generic “route request” wrapper. It rejects null, empty, or>= 0x101-byte text, falls back to fixed sample0x005c87a8when the caller sample pointer is null, allocates a type-2transient work record through0x5934e0, stores the selector id in work field+0x1c, refreshes selector-side naming through0x59fc80/0x595140, and only then hands the request into0x58e720with callback0x593bb0. under0x5954b0and formats one selector-slot line before removing the corresponding registered-name entry through0x59d760. The selector callback-name side under the same reset tail is explicit now too:0x596900first walks the shared selector callback-name store at[transport+0x18a8]through the hashed-table reverse walk0x58fa40and callback0x596840, pruning names that no longer correspond to any live selector-view entry or any of the three slot-specific callback stores rooted at[transport+0x1890/+0x1894/+0x1898]. It then services the slot-local callback collections at[transport+0x18ac/+0x18b0/+0x18b4], clearing inactive slots through the hashed-table clear helper0x58fac0and otherwise using0x58fa40plus callback0x5968b0to prune any shared names whose current selector-view entry no longer owns the current slot. The drain side itself is tighter too.0x58e3f0no longer just “notifies a small observer table”: its local child0x58e310walks the global(command-name, callback)table at0x00629d58/0x00629d5c, compares the decoded command token at[line+0x14]through the shared casefolded compare0x5a57cf, and on a match invokes the paired callback with the current decoded-line band inEDXand the transport pointer inECX.multiplayer_transport_ensure_selector_view_storeallocates the keyed selector-view store at[transport+0xab4],multiplayer_transport_find_selector_view_entry_by_nameresolves entries from that store,multiplayer_transport_upsert_selector_name_entrymarks per-slot activity and flags inside each entry, andmultiplayer_transport_mark_selector_slot_views_dirtyplusmultiplayer_transport_reset_selector_view_entry_runtime_statemanage the dirty or refresh fields at+0xa0,+0xa4, and+0xa8. That selector-view maintenance path is now split more cleanly too. The recurring owner ismultiplayer_transport_service_selector_view_refresh_cycle, which first runs the fast deferred-probe lane:multiplayer_transport_collect_refreshable_selector_view_entrieswalks the store throughmultiplayer_transport_filter_insert_refreshable_selector_view_entry, which now shows that[entry+0x64]is not a generic flag bucket but the third selector-slot flag word, parallel to[entry+0x5c]and[entry+0x60]. In that collector, thegandamode-letter bits produced bymultiplayer_transport_parse_selector_mode_lettersbecome mask0x0cin the slot-local flag words, and any third-slot entry carrying those bits at[entry+0x64]is excluded from the refreshable set. Eligible entries then pass slot-aware retry timing on[entry+0x68],[entry+0x6c],[entry+0x78], and[entry+0x7c], after which the service loop schedules refresh probes throughmultiplayer_transport_schedule_selector_view_entry_refresh_probe. That fast lane is narrower now too: the entry-side match key[entry+0x50]is no longer just an opaque request field. The profile-key callback lanes feedmultiplayer_transport_parse_selector_view_probe_marker, which decodes one localX%sX|%dmarker into a probe request id plus displayed version/build integer, andmultiplayer_transport_arm_selector_view_probe_trackingstores those into[entry+0x50]and[entry+0x54]before arming the live probe gate at[entry+0x58]. The current-selector callback root at0x59f8b0is now bounded as well: it resolves and upserts the active selector name, optionally reuses a cachedusernamemarker to arm probe tracking immediately, then submits the same profile-key bundle with selector context and forwards that selector through callback slot17, with the status-route side able to force route-mode transitions2 -> 3 -> 4afterward. One layer lower,multiplayer_transport_handle_profile_key_query_resultat0x596970now bounds the per-key result path itself. It treatsusernameas the probe-marker field,b_flagsas the selector mode-letter field, and(END)as a real sentinel that publishes a zeroed slot-22payload instead of a marker pair. The same helper also hashes the selector-name, key-name, and resolved value text back into the caller table, so the profile-key bundle now looks like a real bounded handoff rather than an anonymous callback cloud. The owner above it is tighter too:0x596da0is now the real per-slot bundle submitter, not just a vague wrapper. For one active selector slot it first collects the slot-local key list from[transport+0x1890+slot*4]and issues the synchronousGETKEYquery through0x58ec50, using either the caller override or the slot name at[transport+0x80+slot*0x101]. When no override is supplied it then collects a second list from[transport+0x189c+slot*4], conditionally adds built-inusernameandb_flags, and sends the larger channel-key pair list through0x58ef20with callback0x596ce0. That second-stage callback is now explicit too: the default-slot branch resolves the returned selector name back into one slot and then walks one selector-name pair array through0x596b90using the shared fallback text at0x00629d54, while the selector-name-override branch uses the explicit override name and walks one parallel pair array through the same lower helper with publication enabled. The thin wrappers above the owner are now grounded accordingly:0x596fa0forwards one selector-name override, while0x596fc0forces the slot's fixed name. The adjacent rename helper0x596c10now also makes the selector callback-name maintenance side explicit: after a selector rename it walks the shared and slot-local callback stores and rewrites any callback-name entry whose primary text still matches the old selector name. One layer above the per-key helper,0x596b10now reads as the shared built-in key sweep: it tries the same result helper0x596970across the shared store[transport+0x18a8]and the three slot-local callback-name stores, stopping on the first success and then publishing callback slot27through0x5931b0. The deferred callback shimmultiplayer_transport_dispatch_selector_view_refresh_probe_resultthen walks the keyed store throughmultiplayer_transport_finish_selector_view_refresh_probe_if_matching, which only completes entries whose pending latch[entry+0x74]is still armed and whose parsed marker request id[entry+0x50]matches the finished request. A failed result-1clears the pending latch and increments the consecutive-failure counter at[entry+0x7c]. A nonfailure result clears the pending latch, increments the success generation at[entry+0x78]and total-success count[entry+0x98], clears[entry+0x7c], stamps the last-success tick at[entry+0x6c], appends the returned sample into the short rolling history at[entry+0x84..], grows the bounded sample-count[entry+0x94]up to four, computes the current average into[entry+0x80], and then publishes that averagedmssample throughmultiplayer_transport_enqueue_callback_slot24_record. So the publication boundary is explicit and the request-id ownership is explicit:[entry+0x80]now reads as the averaged millisecond probe sample and[entry+0x54]as the displayed version/build companion integer. The adjacent route-callback side is tighter too, but it is now kept separate: the staged route-callback path at0x5958e0and the later compatibility gate atmultiplayer_transport_route_binding_matches_route_callback_descriptor_tuple0x595d00operate on a compact GameSpy-style server or route descriptor family with a primary endpoint tuple at[descriptor+0x00]/[+0x04], an optional secondary endpoint tuple at[descriptor+0x08]/[+0x0c], string-key lookups such ashostnameandgamever, and numeric-key lookups such asnumplayers,numservers,numwaiting, andgsi_am_rating. The route-binding side uses that descriptor family's primary dword and host-order port plus the optional secondary tuple against route-binding offsets+0x54/+0x58and route word+0x30. The capacity-side gate above it is tighter now too:0x595d60first tries that tuple match against the current bound route at[transport+0x1ecc], and on success immediately falls intomultiplayer_transport_invoke_bound_route_callback_if_present0x592710, which simply calls the bound route's optional callback slot[binding+0x14]with companion argument[binding+0x18]. When the tuple does not match, the same gate instead compares descriptor fieldsmaxplayersandnumplayers; only a descriptor with spare capacity reaches that same callback handoff. The owner directly above that gate is explicit now too:0x595dc0first rejects when staged-route busy latch[transport+0x1e8c]or selector-slot object[transport+0x38c]is live, then reuses the same tuple-or-capacity result from0x595d60; only a positive result lets it refresh selector state through0x5973b0, reset selector slot2through0x5954b0, stage the descriptor through0x5958e0, and finally drop route mode back to0through0x595650when that staging path fails. That makes the seam read as one bounded ladder instead of three isolated helpers: descriptor tuple match or spare-capacity gate, optional bound-route callback handoff, then the busy-latch-screened route-transition owner above it. Current evidence now also closes the clone side of that staged path:0x596270copies the first nine dwords of the source staged callback payload, clears the intrusive next-link, and then replays the source keyed-property list through shim0x596260, which simply reinserts each owned(key,value)pair into the clone's property store through0x58d0f0, before the clone is stored at[transport+0xb50]for later callback publication. Current evidence still does not prove that descriptor tuple is the same field family as the selector-view marker companion integer at[entry+0x54]. The higher compact decode owners are tighter now too:0x5907d0is the route-callback receive owner for one fresh compact payload, with a concrete return split of0on malformed or undersized payloads,-1on the special global descriptor, and the consumed byte count on successful decode through0x58ff60;0x590d00is the keyed upsert-by-primary-endpoint lane that reuses an existing descriptor when possible, allocates only on miss, decodes in mode0, and then publishes owner callback mode1before returning0/4/5for success, decode failure, or special-global rejection. The route-callback-table runtime above that decode side is tighter now too:multiplayer_transport_route_callback_table_construct0x5905e0seeds one transport-owned table block,multiplayer_transport_route_callback_table_release_decoded_schema_dictionary0x5906f0tears down the decoded schema dictionary rooted at[this+0x08],multiplayer_route_callback_runtime_acquire_shared_string_copy0x590540andmultiplayer_route_callback_runtime_release_shared_string_copy0x5905a0now bound the shared string pool used by that decoded schema, and the higher bring-up owner0x596090now clearly splits between[transport+0xba4]with owner callback0x595a40, the local field-cache family[transport+0x1724]seeded through0x5a08f0/0x595b60with fixed stem0x00629d50, and[transport+0x1164]with owner callback0x595bc0. The same constructor also builds thegsi_am_ratingprimary-endpoint table[transport+0x18bc]from local transport name[transport+0x60]plus suffix0x005dccfcunder callback0x595e10, and seeds the queued descriptor family[transport+0x1e7c]through0x5a08f0/0x595f70with fixed stem0x00629d54, whilemultiplayer_transport_route_callback_table_service_receive_decode_state_machine0x5908c0is the current live receive/decode state machine serviced by0x591290in table states2/3. The callback-owner mode split above that runtime is now explicit too: append-notify0x590370publishes mode0, compact upsert0x590d00publishes mode1, remove-notify0x590430publishes mode2, and the live receive/decode path0x5908c0publishes modes6,5, and3. The route-handle lifecycle above that decode path is tighter now too:0x590740cleanly resets one table's live route plus decode-side runtime without destroying the outer object;0x5907a0is the broader destroy path that also releases the active descriptor collection;0x590ed0now reads as the real open-and-request owner rather than a generic connect wrapper: it bounds both caller route-name strings to0x100bytes, stores the caller route-mode or flag dword into[this+0x5b4], seeds one staged request with fixed selector bytes2/1/3, appends[this+0x4a8], the route-label buffers[this+0x0c]and[this+0x2c], the local label band[this+0x6c], the caller route strings, the converted host-order route scalar, and two optional flag-driven branches, then sends that request through the live route handle at[this+0x4a0]before seeding state3and the staged receive buffer;0x5911e0is the state-2/3live-socket service wrapper, and it is tighter now than a generic feed loop: once one full frame is buffered it switches on subtype byte[frame+0x02], using subtype1for0x590c00schema-dictionary rebuild, subtype2for0x590d00compact-descriptor upsert, subtype3for raw payload forward through0x5b3216, and subtype4for0x590cd0descriptor removal by primary endpoint before compacting the tail back to the front of the receive buffer;0x5912c0is the one-shot send-with-reopen-retry helper; and0x590ea0is the shared disconnect publication and reset tail. The recurring service helper0x591290is tighter too: it now first clears the staged intrusive descriptor list through0x590490before entering the state-driven seed-or- receive branch. The upstream owners are tighter too:0x5962e0is now the field-subscription route-table opener above[transport+0xba4]: it clears prior field-subscription runtime, releases any live route on that table, builds the route label from either the optional suffix path or the default stem block, seeds the field-cache family[transport+0x1724]with fixed key ids1and0x0b, appends per-field selector names from0x00629958, and then opens the live route in mode4through0x590ed0. Success seeds cached progress percentage[transport+0x1774] = 1and immediately enqueues one mode-3field snapshot through0x592b50; failure falls back through the same clear path.0x596530is thegsi_am_ratingreopen path above[transport+0x18bc], and that owner is tighter now too: when precondition[transport+0xba0]is clear it does not even attempt the reopen and instead stamps[transport+0x1ed4] = 1; otherwise it resets the am-rating route family, clears the callback table rooted at[transport+0x18bc], tries0x590ed0(mode 4)from stored route label[transport+0x1ed0], and only on success sets[transport+0x1ec4] = 1while clearing[transport+0x1ed4]. On that latter branch,0x590dc0is now bounded as the state-0raw-endpoint seed pass over the live route handle, repeatedly pulling endpoint tuples through0x58bc7erecord type0x1f3before stamping descriptor flag byte0x15with0x11. That makes the remaining source-flag meaning narrower too: current evidence now supports reading byte-0x15bit0x1as a primary-endpoint-seed or endpoint-only marker. In thegsi_am_ratingdispatcher, clear-bit descriptors can take the richer direct transition lane, while set-bit descriptors are staged through the queued enrichment path and still suppress that direct transition even after the ready bit arrives. The later modes in0x595e10are tighter now too: mode3forces route mode2only when the primary-endpoint table is empty, mode4stamps[transport+0x1ed4] = 1and then picks route mode1or3based on whether deferred descriptor pointer[transport+0x1ed8]is null, and mode5mirrors staged companion dword[transport+0x490]into both[transport+0x54]and[transport+0x1724+0x24]. The adjacent capacity-descriptor side is tighter too:0x595bc0is now clearly the owner callback for the capacity-descriptor route callback table rooted at[transport+0x1164], not a direct transport method onecx = transport. The route-callback-table constructor0x5905e0installs it with owner cookietransport, and the live route machinery later invokes it from append-notify0x590370and decode-service0x5908c0/0x5911e0withecx = table object, the route descriptor or special decode frame on the stack, and the transport cookie on the stack. Inside that callback it still always reads[transport+0x1778]first. Modes3/5consume that sidecar immediately, while live mode0first resolves primary IPv4 plushostname,numwaiting,maxwaiting,numservers, andnumplayersthrough0x58d1f0,0x58d170, and0x58d6d0, and only then forwards those live payload lanes together with the same sidecar triplet[+0x0c/+0x10/+0x18]into opcode-2builder0x592ae0. So mode0is not a sidecar-free fallback; it still requires the borrowed sidecar before it can publish the populated descriptor block. The replay-linked modes3/5instead enqueue an all-zero descriptor payload while preserving only that same borrowed callback-wrapper triplet and then unlinking the cached record through0x5933a0; and its callback modes1/2/6are now explicit no-op fallthroughs. That sidecar at[transport+0x1778]is tighter now too: current evidence says it behaves as one cached pointer into the transient work-record family at[transport+0x1780], because every meaningful branch in0x595bc0reads the same+0x0c/+0x10/+0x18metadata triplet and replay modes later consume the pointer through0x5933a0. The negative result is stronger too: local text-side xrefs still show no direct store to[transport+0x1778], and a wider local sweep also failed to show any obviouslea-based replay-band writer. The transient-request lifecycle tightens that further:0x593330/0x593370/0x593380/0x5934e0/0x5933a0now fully bound[transport+0x1780],0x1784, and0x1788without ever touching[transport+0x1778], and the neighboring active-opcode reset helper0x5929a0is likewise scoped only to[transport+0x17fc]. A broader constructor and teardown pass tightened that further too:0x596090,0x5961b0, and0x5962e0all touch the neighboring replay-band fields without ever seeding[transport+0x1778]. A full-binary literal-offset sweep tightens it further still: the only direct0x1778hit inRT3.exeis the read in0x595bc0. One nearby ambiguity is now closed too: the mode-5mirror path in0x595a40and0x595e10does not target[transport+0x1778]; it writes[transport+0x54]and mirrors the same staged route companion dword only into queue-side slot[transport+0x1724+0x24]through0x005a0940. So the sidecar writer remains upstream of this leaf publisher. Mode0is now also tied more cleanly to the generic descriptor append-notify lane at0x590370, while mode2stays outside this helper as the separate remove-notify-and-stage path at0x590430. The opcode-2payload boundary is tighter too:0x592ae0now grounds that payload as a seven-dword block with an owned string slot at+0x08, so live mode supplies a populated payload while modes3and5deliberately enqueue an all-zero payload and reuse only the wrapper-side sidecar metadata. Those two modes are tighter now too: they are the live receive-state owner callbacks emitted by0x5911e0 -> 0x5908c0, not loose generic replay guesses. So those paths are better read as delayed metadata replays over one cached work record, not over a separate anonymous cache blob. The neighboring capacity-owner split is tighter now too:0x595bc0only stages descriptor records for modes0,3, and5; the upstream route-callback-table owner still delivers modes1,2, and6, but those are explicit no-ops in this capacity leaf. So the owner wiring itself is no longer the open edge; only the upstream sidecar producer remains unresolved. The neighboring work queue is tighter too:0x593330/0x593370/0x593380now bind[transport+0x1780]as the construct/clear/destroy owner family and explicitly treat[transport+0x1784]and[transport+0x1788]as the queued-work and completed-work counters beside that collection, while0x5933a0,0x5934e0, and0x593570ground the remove, allocate, and completion side over that same queue. The completion owner is tighter now too:0x593570clears in-flight latch[transport+0x44], stores the final attach result in[transport+0x48], stamps current route scalar[transport+0x50]from0x58f450on success, refreshes local name buffer[transport+0x04]from0x58e630, republishes the staged metadata triplet through opcode-1trigger wrapper0x592a40, and only then unlinks the consumed work record. When validation of a nominal success fails through0x58d7e0/0x58d810, the same owner still replays that callback trigger but also arms deferred reset latch[transport+0x1edc]. The small sibling0x593400is tighter too: it is a pure work-record uniqueness predicate over field+0x0c. Its caller is tighter now too:0x58d720is an immediate-drain quiescence gate over one transport context id, using0x593400for the queued work family at[transport+0x1780]and0x592970for the active opcode-record collection at[transport+0x17fc]. The strongest current read is that0x5934c0seeds that shared drain context id first, then the transport copies it into queued work field+0x0cand active opcode-record field+0x14before the immediate-drain roots wait on one shared disappearance test rather than on a vague settle loop. The currently grounded roots are0x58df20, the neighboring formatted selector-text publish path at0x58dfb0, and callback-table registration at0x58e200. The0x58df20owner is tighter now too: it seeds one shared context id through0x5934c0, gives that same id plus the caller callback wrapper to the fastpath0x593d60, and only when that fastpath declines does it fall back into0x593170using[transport+0x04]as the worker-side text base. Its immediate-drain tail is the same shared quiescence rule as the neighboring owners: pump0x58d8d0(-1), then wait in0x58d720until the context id disappears from both queued work field+0x0cand active opcode-record field+0x14, then honor deferred-close state if[transport+0x1ee0]is armed and[transport+0x1808]has reached zero. The active-opcode side is tighter too:0x5927b0now bounds the per-record service-and-retire path,0x592800the wider context-or-idle sweep,0x5929a0the remove-by-opcode-type sweep, and0x5929f0the narrower opcode-3field-snapshot removal keyed by the subscribed callback-pair payload. That also corrects0x595b80, whose final cleanup is an active field-snapshot purge rather than a queued-work drain. The adjacent route-callback descriptor-table lifecycle is tighter too:0x590410now grounds[table+0x5bc]as the staged intrusive descriptor-list head,0x590430is the generic remove-notify-and-stage lane,0x590490releases the staged list, and0x5904d0releases the active descriptor collection before tearing that staged list down. That also makes the earlier0x5962e0“release active descriptors” step explicit. The callback-table attach side now constrains the same work-record metadata family a little further too:0x593650deliberately duplicates its first caller metadata dword into both fields+0x0cand+0x10, while carrying the second caller metadata dword in+0x18. The lower opcode wrappers are tighter now too:0x592a40turned out to be the explicit opcode-1trigger wrapper whose constructor is a no-op and whose active-side service is0x5913c0, while0x592c40is the real0x08-byte explicit opcode-5binding leaf. The earlier opcode-4read was just the table-indexing mistake in0x5928a0: selector4lands on the row at0x5e2044, not the row at0x5e2034. The producer side is tighter too: bound-route requests, selector-text route requests, and the type-9text fastpath also stage that same triplet through0x5934e0, and the fastpath shim0x593d00now gives the cleanest proof of the callback split by first copying the returned text into the transport-local name buffer at[transport+0x04], then only re-emitting the follow-on lane when+0x10is nonnull, and finally forwarding(+0x10, +0x18, +0x0c)into0x593170as callback function, callback companion, and trailing drain context. So the replay-side triplet is clearly a broader transport callback-wrapper family, not one fixed route-only tuple. The nearby field-subscription side is tighter too:0x592b50now clearly uses[transport+0x1774]as a cached progress percentage under[transport+0xba4], and0x5962e0seeds that percentage to1just before the first immediate mode-3snapshot. The nearby route-callback-table lifecycle is tighter now too:0x596090is now the real constructor-side owner for the full route-callback branch. It constructs[transport+0xba4]with callback0x595a40, seeds the companion field-cache family[transport+0x1724]from fixed stem0x00629d50, constructs[transport+0x1164]with callback0x595bc0, builds one fixed0x20-byte local route-label buffer from the current local transport name at[transport+0x60]plus format0x005dccfc, constructs[transport+0x18bc]with callback0x595e10and that stack-built label, seeds queued descriptor family[transport+0x1e7c]through0x595f70, clears staged payload slot[transport+0xb50], and then sets callback-plumbing latch[transport+0xba0] = 1. That constructor now reads cleanly as pure callback-table and cache bringup: it leaves the later live-route entry to the dedicated open or reopen owners0x5962e0and0x596530instead of trying to start either live route itself. One level lower,0x5962e0now reads as the field-subscription open owner rather than a vague route helper: it clears the old[transport+0xba4]runtime, rebuilds the route label from the optional caller suffix plus the fixed tail word at0x005d0b78, materializes one callback-key buffer from the fixed stem0x005e22a0..0x005e22b2, seeds fixed field ids1and0x0b, appends per-field selector-name ids through0x00629958, opens the live route in mode4, and then seeds[transport+0x1774] = 1before the first immediate field snapshot.0x596210is the recurring service sweep over those same three tables plus the field-cache and queued-descriptor families;0x596060is the explicitgsi_am_ratingruntime-and-queue reset;0x596530is the reopen-from-stored-label sibling above that same am-rating table; and0x5965a0is the single-shot status-route connect latch that sets[transport+0xb40]before forwarding into0x5973d0, leaving the rollback and clear path to0x5965d0. The matching local cleanup is tighter too:0x595b80is now explicitly the field-subscription-side live-runtime reset plus field-cache clear plus active opcode-3purge,0x595ce0resets only the capacity-descriptor route callback runtime at[transport+0x1164],0x5961b0is the full destroy-side owner over the three tables plus both descriptor caches, and0x5962c0is the explicit staged route-callback payload clear on[transport+0xb50]. The remaining gap on the capacity side is therefore narrower: the carried sidecar fields themselves now read more cleanly as the cached callback-wrapper triplet reused elsewhere (drain context id +0x0c,callback fn +0x10,callback companion +0x18), and the negative result is stronger too: nearby replay-band fields[transport+0x176c],[transport+0x1770],[transport+0x1774],[transport+0x177c],[transport+0x1780], and[transport+0x1784]all have direct local owners while[transport+0x1778]still appears only as the single read in0x595bc0; even the broader callback-owner lifecycle now skips it while seeding, servicing, resetting, reopening, or tearing down those neighboring tables and caches. The constructor now closes that local search further:0x58dc50bulk-zeroes the full transport body and still never writes a nonzero value into[transport+0x1778]before later explicit neighbor initialization. The callback-binding owner stack now tightens that boundary too:0x5934e0stages the shared work-record metadata triplet,0x593650binds it into the callback-table worker path with one fixed second worker callback and one optional first worker callback gated by[transport+0x4c], and0x593570later consumes and republishes it, while[transport+0x1778]still appears only as the borrowed sidecar read in0x595bc0. So this local ownership seam is closed: within the mapped transport cluster there is no remaining ordinary producer to find, and the remaining source now looks like an upstream callback or worker handoff rather than one missing field store in the local binary. The neighboring callback-vector strip is explicit now too:0x597300is a no-op owner-callback stub,0x597303is the validated-cookie event forwarder over callback slot[transport+0x17f0], and0x597330is the validated extended-payload forwarder over[transport+0x17f4]; both reuse the same owner context at[transport+0x17f8]. The adjacent staged-route capacity gate is tighter now too:0x595d60is not another live-route opener. It is the immediate bound-route fast path and capacity gate undergsi_am_rating. When the staged descriptor already matches the current live route through0x595d00, it returns straight through0x592710; otherwise it only reuses that same bound-route callback lane whennumplayers < maxplayers.0x595dc0then uses that result exactly as the already-bound-or- capacity gate before it clears selector slot2, stages route-callback payload through0x5958e0, and only then re-enters route mode0. The live-route connect owner is narrower in the same way:0x597480mirrors success into deferred route-status flag[transport+0x1ed8], and the later mode-4branch in0x595e10is the place that actually consumes that flag to choose route mode1versus3. The adjacent staged-route callback side is tighter too:0x595860is now bounded as the submit-result handler beneath0x5958e0, and the old[transport+0xac0]ambiguity there is now gone. That branch is using the already-grounded third selector-generation counter at[0xac0]together with target[0xb48]to decide whether staged route-callback traffic can push the multiplayer route-mode ladder from2into3and later4. The selector-view counter beneath that gate is tighter now too:0x594e30counts slot-2entries whose flag dword carries bit0x20, optionally filtered by the current transport name buffer. The selector-view mutation family under that same lane is tighter too:0x594a30is now the direct keyed-store remover,0x594fb0clears one selector-slot ownership pointer plus its slot-local flag dword and drops the whole entry when no slots remain,0x595010rekeys one selector-view entry under a new name while preserving the0x40..runtime band, and callback root0x59f9c0now reads as the sibling lane that clears one named selector-view slot, publishes callback slot18, and may still re-enter the route-mode setter from the same slot-2status and generation gates. The neighboring callback roots are tighter now too:0x5950a0clears one selector slot from every selector-view entry in the keyed store,0x59fab0is the rename or relabel sibling above0x595010,0x59faf0updates one selector slot's fixed sample-text buffer and refreshes the active selector object when present, and0x59fb60replaces one selector slot's name set, requests the default profile-key bundle for that slot, and publishes callback slot20. Slot16is tighter now too: current grounded caller0x59f440forwards the staged route-callback payload handle from[transport+0xb50]through0x592ea0just before route mode5. The last adjacent callback root in that block is tighter now too:0x59fbd0is the built-in per-slot profile-key query sibling. It resolves the caller selector name into one slot index, forwards the caller trio into0x596b90, and then publishes callback slot28; that lower helper indexes one slot-specific built-in string pair from[transport+0x189c]and[transport+0x18ac], reuses the generic per-key handler0x596970, and only republishes slot28when that lower query path succeeds. The descriptor-lane installer above those callback roots is explicit now too:0x59fc80zeroes one0x30-byte callback table, stores the owner transport pointer at[table+0x2c], and installs the full second selector-descriptor callback vector0x59f720/0x59f850/0x59f8b0/0x59f9c0/0x59fab0/0x59faf0/0x59fc50/0x59fc20/0x59fb60/ 0x59fbd0used by the selector-text and selector-view request owners0x593aa0and0x593c40. The two smaller helper slots in that same lane are now bounded as well:0x59fc20resolves the caller selector name and forwards one byte mask intomultiplayer_transport_set_selector_presence_mask0x594d00, while0x59fc50resolves that same selector name and publishes callback slot12through0x592d70. The compact-header side is tighter now too:0x58fe20and0x58ff20now show that compact payloads always carry the primary IPv4 dword and that header bit0x10only gates whether the primary port word is inline or inherited from the owner default port.0x58fe90now validates the0x40inline keyed-property vector against the owner schema, and0x58fe50validates the signed-0x80trailing string-pair tail before decode.0x58ff60then grounds bit0x02as the inline secondary IPv4 dword branch, bit0x20as the paired secondary-port word branch with owner-port fallback, bit0x08as the compact-header auxiliary inline dword stored at[descriptor+0x10], bit0x40as one inline keyed-property vector decoded through the property-store writers, and signed bit0x80as one trailing string-pair tail. The descriptor-state side is tighter now too: the shared queue helper at0x005a09a0stamps pending state0x4for the local field-cache family[transport+0x1724]and pending state0x8for thegsi_am_ratingqueued-descriptor family[transport+0x1e7c], while the adjacent active-send owner0x005a07c0now makes the fast path explicit instead of looking like a missing growth helper: it stamps the descriptor into the active list, timestamps[entry+0x1c], and immediately emits the mode-selected outbound query packet through the queue socket, with the secondary endpoint tuple[entry+0x08/+0x0c]only taking over when queue companion dword[queue+0x24]matches the primary dword and descriptor state bit0x2is live. The receive-side owner layer is tighter too:0x005a0b40drains queue socket[queue+0x20], matches inbound replies against the active list's primary or secondary endpoint tuples, and then routes the matched entry into0x005a0a00for queue mode1or0x005a0ad0for the alternate grounded mode. The broader maintenance pass0x005a0c80then adds the stale-active expiry sweep0x005a0c00and the pending-to-active promotion pass0x005a0c50, so the ready-bit transition now reads as a full queue lifecycle instead of one isolated state-byte write. That makes the current transport-side tests cleaner:0x58d1c0is the field-cache ready gate,0x58d1d0is thegsi_am_ratingqueued-descriptor ready gate, and0x58d230is the remaining flag-byte split between direct primary-endpoint handling at[transport+0x18bc]and the queued path at[transport+0x1e7c]. That byte-0x14story is no longer queue-only either:0x58ff60can also OR in bit0x1after the inline keyed-property vector and bit0x2after the signed string-pair tail. The flag-byte split is no longer purely behavioral either: current evidence now says byte[descriptor+0x15]bit0x1is a source-side descriptor header bit, explicitly seeded during the primary-endpoint table refresh around0x590dc0and preserved by the compact descriptor decode path at0x58ff60, rather than a queue-generated runtime state. Thegsi_am_ratingdispatcher side is tighter too: that same bit no longer just looks like a direct-versus-queued routing split, because0x595e10also uses it to suppress the direct0x595dc0transition even after queued ready bit0x2is present. The descriptor body is tighter too:[descriptor+0x20]is now the intrusive next-link used by the transport-owned primary-endpoint list headed at[table+0x5bc], and[descriptor+0x1c]is now the special numeric scalar behind the currentqueryid/pingfallback pair. That special numeric path now has one clearer owner too:0x58d6a0lazily bootstraps the shared key dictionary at0x00db8b48for the grounded stringsqueryidandping, using the local dereferenced-string hash, compare, and release callbacks0x58d690,0x58d070, and0x58d090. The descriptor property-store seam is tighter in the same way now. The keyed store rooted at[descriptor+0x18]is allocated by0x58d5b0with explicit per-entry key callbacks:0x58d550releases the owned shared key/value string pair,0x58d570hashes the dereferenced key string through0x58d510, and0x58d580compares two dereferenced keys through the shared locale-aware casefolded compare0x5a57cf. The fixed-reply side above that store is no longer anonymous either: when queue mode-1reply owner0x5a0a00sees descriptor flag bit0x4clear, it routes the payload into0x58d3a0, which first consumes one backslash key/value prefix and then walks exactly two counted reply sections, each with its own NUL-stem dictionary; the later value strings are reinserted under synthetic decimal-suffixed keys built from those stems plus one running per-section index. The compact-header auxiliary inline dword at[descriptor+0x10]is tighter in a negative way too: local xref scans now only show it being preserved by later generic helpers likegeneric_record_0x1c_deep_copy_with_owned_string_at_0x080x591410and the adjacent callback-marshaling wrappers0x591480and0x591510, not read through any dedicated semantic accessor yet. The mode-5tails in both callback families do not copy a descriptor-local field but instead mirror the transport-staged companion dword at[this+0x490]into[this+0x54]and queue-side slot[this+0x1724+0x24]. Thegsi_am_ratingmaintenance lane is tighter now too: after pruning failed descriptors it sorts the surviving primary-endpoint table through0x590310in mode1with keygsi_am_rating, then selects the new head through0x590480before re-entering the route-transition path. The owner above that handoff is explicit now too: mode2in0x595f70requires current route mode1, no live selector object at[transport+0x398], and no busy slot object at[transport+0x38c]; it refreshes every surviving endpoint entry'sgsi_am_rating, forces route mode2when the table empties, and otherwise stages the fixedgsi_am_ratingkey for the current head entry before falling into0x5958e0; only a submit failure drops that branch back to route mode0, while success leaves the later0x595860callback to drive the2 -> 3 -> 4route-mode ladder. The same service loop also owns a slower sidecar lane keyed off[entry+0xa4]:multiplayer_transport_select_stale_selector_view_progress_entrywalks the store throughmultiplayer_transport_pick_stale_selector_view_progress_entry, picks one stale entry whose progress latch[entry+0x9c]is clear and whose last progress tick[entry+0x70]is old enough, and then hands it tomultiplayer_transport_stage_selector_view_progress_snapshot. That helper now looks more bounded too: it rebuilds the coreX%sXmarker text from[entry+0x50]throughmultiplayer_transport_format_selector_view_probe_marker_core, formats onePNG %s %dline around that marker and the entry-local averaged millisecond sample at[entry+0x80], appends bounded selector-slotPNGfragments for live overlapping slots, marks progress-snapshot state in flight at[entry+0x9c], and stamps both[entry+0x70]and the transport-wide throttle tick[transport+0xaec]. So the selector-view sidecar no longer looks like one undifferentiated refresh bucket: it has a faster deferred-probe lane plus a slower progress-snapshot lane, both still under the shell-owned multiplayer transport cadence. The two descriptor lanes installed bymultiplayer_transport_submit_selector_text_route_requestare tighter in the same family too: when the entry-local marker text at[entry+0x9ac]is empty, the request path falls back tomultiplayer_transport_format_selector_view_probe_marker_fallback_with_fixed_template_0x5e23500x597710before handing the text into0x593c40. The parser split is explicit now too:multiplayer_transport_parse_selector_view_probe_marker0x5977b0consumes the widerX%sX|%dform, whilemultiplayer_transport_try_parse_selector_view_probe_marker_core0x597860only decodes the wrapped request-id from the shorter sentinel form and leaves any decimal tail to the caller. The linked pending-template strip is tighter in the same way: aftermultiplayer_transport_unlink_pending_template_noderemoves a node from the list rooted at[transport+0x550], it now tails intomultiplayer_transport_release_pending_template_node0x597960, which frees the node-owned payload graph, both selector strings, and the node body itself. The two descriptor lanes installed bymultiplayer_transport_attach_callback_table_descriptorare now tighter too. The first lane rooted at0x59f5c0can arm deferred-close state on the owner transport and then forward through callback slot23. The second lane is no longer just a loose selector-view bucket:multiplayer_transport_callback_dispatch_selector_name_payload_laneat0x59f650classifies selector payloads throughmultiplayer_transport_is_selector_control_line, routes@@@NFOcontrol lines intomultiplayer_transport_sync_selector_view_nfo_r_flag, and otherwise publishes either callback slot13or the split token-plus-tail callback slot14throughmultiplayer_transport_split_selector_payload_token_and_tail. That local@@@NFOhelper is now bounded more tightly too: it only accepts lines ending in the literalX\tail, searches for the field marker\$flags$\, and then sets or clears bit0x2in the third selector-slot flag word at[entry+0x64]depending on whether that field contains the letterrbefore the next backslash. The siblingmultiplayer_transport_callback_dispatch_current_selector_payload_laneat0x59f720first resolves the active selector through0x5951a0, then handles the current-selector variants of the same control vocabulary:@@@NFOcontinues into the same localr-flag sync helper,@@@GMLplus mode-3/4payloads feed the shared control-token helpermultiplayer_transport_handle_gml_or_png_selector_control, and the remaining non-control payloads publish callback slot9. That shared helper now narrows theGMLandPNGsplit materially: when the token isGMLand the tail isDisconnected, it requires the active selector-view entry to passmultiplayer_transport_selector_view_entry_has_gml_disconnect_gate, which currently means the entry participates in the third selector slot and has bit0x20set in[entry+0x64], before it forces one status-pump pass, emits callback slot16, and re-enters route mode5. Its siblingPNGbranch resolves a named selector-view entry from the tail text and, when that entry overlaps the active selector-slot ownership, refreshes selector-view runtime state through0x5948f0and republishes callback slot25. Alongside those dispatchers, one grounded branch at0x59f560still updates selector-view runtime state through0x5948f0and forwards the same selector-name pair through callback slot25, while0x59f850resets selector text state through0x5954b0, forwards through callback slot19, and when selector2is active in a nonterminal route mode re-entersmultiplayer_transport_set_route_modewith mode1. The low-level route helper still looks like a two-part cycle:multiplayer_gamespy_route_service_retry_and_keepalive_timershandles challenge or retry pressure and periodic outbound control traffic around themaster.gamespy.com,PING,natneg,localport,localip%d, andstatechangedstrings, whilemultiplayer_gamespy_route_drain_inbound_packetsdrains inbound datagrams and dispatches semicolon lines, backslash-delimited key bundles, and0xfe 0xfdGameSpy control packets. The outbound side is tighter now too:0x0058cd40is the shared decimal-text appender beneath both the route builders and the shell-side status publishers;0x0058c950is the dedicated field-class-8PINGsender that refreshes[route+0xac]; and0x0058cd70is the broader mode-selected control-packet owner that appendslocalip%d,localport, optionalstatechanged, the route-name text, and then either the encoded three-slice suffix through0x0058c300or a bare terminator beforesendto. The read side is tighter too:0x0058f4e0is the zero-timeout socket-readiness probe thatmultiplayer_gamespy_route_drain_inbound_packetsuses immediately beforerecvfrom. The local control-payload seam is tighter now too: the immediate three-slice emitter wrapper0x0058c300packages predecoded slices as field classes0,1, and2, while0x0058c340decodes one length-coded three-part payload and re-emits those slices through the shared packet-field builder0x0058c0c0; that builder uses0x0058c010for the field header,0x0058c030for the encoded payload append, the RC4-style transform0x0058bee0, the Base64-like text appender0x0058be50, and the six-bit alphabet mapper0x0058be20. The same local support strip also now includes0x0058bcb0for bounded control-id list append and0x0058bce0for bounded C-string append into the shared0x800-byte text builders. The backslash-query side is tighter too:0x0058c3e0is the shared callback-driven field-group emitter that maps key ids through0x00629958, appends the key stems into the same builder, and then dispatches value production through callback slots[route+0x88],[route+0x8c], and[route+0x90]before0x0058c5c0adds the final terminator. The transport-owned callback story is now narrower too. The shared route constructormultiplayer_gamespy_route_construct_and_seed_callback_vectorseeds[route+0x88]through[route+0x9c]from the caller-supplied transport callback table, records the owner transport at[route+0x104], and explicitly zeroes[route+0xa0],[route+0xa4], and[route+0xd4]before any later patch-up. For the transport-owned status route,multiplayer_transport_try_connect_status_routethen seeds the six-entry callback vector0x596fd0/0x5970e0/0x597180/0x5971b0/0x597270/0x5972c0, chooses either default route id0x1964or the caller route id, copies stored route-label pointer[transport+0x9a8]into[transport+0xb3c], and patches[route+0xa0]throughmultiplayer_gamespy_route_set_extended_payload_callbackto point atmultiplayer_transport_forward_validated_extended_route_payload0x00597330, which simply forwards the validated payload wrapper into the owner callback at[transport+0x17f4]with context[transport+0x17f8]; success also clears[transport+0xb38]. The adjacent owner strip is now explicit too:0x597350releases the auxiliary status route,0x597370services that route alone through the shared low-level tick helper, and0x597380is the broader recurring sweep that services both the status route and the current live route. The connect-side endpoint setup is tighter now too:0x0058f540resolves the current local hostname into one hostent,0x0058bd50copies up to five local IPv4 dwords from that hostent into the global table at0x00db8a28, and0x0058bd90builds onesockaddr_inwithAF_INET,htons(port), direct dotted-quad parse, and host-name fallback. In the grounded status-route path,multiplayer_transport_try_connect_status_routeformats%s.master.gamespy.com, uses port27900, and feeds that pair through0x0058bd90before the route opens its UDP handle. The local bind side is tighter too:0x0058cb50opens a UDP socket, retries a0x64-wide local port range or an ephemeral bind through the same sockaddr helper, normalizes literal127.0.0.1toINADDR_ANYbeforebind, and returns both the live socket and chosen local port;0x0058cc40is the wrapper above it that hands that socket and port intomultiplayer_gamespy_route_construct_and_seed_callback_vectorand then marks[route+0xbc] = 1on the resulting object. The startup or teardown calls around that path are now explicit too:0x0058f470is the localWSAStartup(0x0101, ...)guard and0x0058f490is the matchingWSACleanupwrapper. The direct Winsock thunk strip under the same family is now mostly named too:0x0058bc42/48/4e/54/5a/60/6c/72/78/7e/8aline up withgethostbyname,gethostname,closesocket,sendto,htons,htonl,socket,WSACleanup,WSAStartup,recvfrom, andbind, while0x0058bc3cis the dotted-quad conversion thunk used under thelocalip%dbuilder path. The local-address selection side is narrower too:0x0058d750resolves the same hostent list and picks the first private or loopback IPv4 through0x0058f580before the transport-side bring-up path consumes it. The grounded live-route connect path atmultiplayer_gamespy_udp_global_callback_worker_bootstrapnow sits beside that route layer as a separate helper family rather than more route-object state.0x0059fe30resolves an optional host and port into a stacksockaddr_in, and0x0059fe8ethen opens the global UDP socket0x00629f28, appliesSO_REUSEADDR, and binds that prepared address.0x005a0000seeds the callback-state globals0x00db9fd8..0x00db9ffc, allocates the timeout-registration vector0x00db9ff0and queued-callback vector0x00db9fec, and optionally opens the socket immediately;0x005a0120is the matching shutdown path. The control-packet codec under that worker is explicit too:0x0059fd00accepts only fixed0x91/0x01packets with kind1..3and an optional trailing0x18-byte payload, while0x0059fdc0emits that same0x20-byte packet shape back throughsendto. The kind handlers above it are now bounded as well:0x005a0200handles kind1by issuing the kind-2reply and optionally staging one timeout-registration record,0x005a02f0handles kind2by resolving that staged registration, optionally emitting kind3, and queuing the completed callback, and0x005a03d0is the shorter kind-3completion path.0x005a0440is the dispatch switch over those three packet kinds. The receive and timeout side now reads coherently too:0x005a0490waits on the global socket, drains one datagram throughrecvfrom, timestamps it, decodes it, and dispatches it;0x005a0550then sweeps expired timeout-registration records from0x00db9ff0, optionally queuing timeout callbacks through0x0059fef0; and0x0059ff70drains and frees the queued callback vector0x00db9fec. So0x005a05d0now reads cleanly as the one-shot service tick for the whole global UDP callback worker rather than another anonymous transport loop. One layer higher,0x005a0600is the synchronous send-side owner over that same worker: it emits the fixed kind-1query packet, stages one timeout-registration record, and can then pump0x005a05d0plusSleep(1)until the registration clears before draining the queued callbacks. The immediate queue-side support strip is explicit now too:0x005a0700,0x005a0720,0x005a0740,0x005a0760, and0x005a07b0are the append, prepend, pop, remove, and clear helpers for the intrusive list family that links nodes through offset+0x20, and0x005a08f0is the constructor-side queue bootstrap that opens the queue-owned UDP socket and clears the active and pending list roots. The grounded live-route connect path atmultiplayer_transport_try_connect_live_routenow matches the status-route side on the main callback seam: after a successful connect it also patches[route+0xa0]through0x58bc90 -> 0x597330. The remaining negative boundary is narrower now: current local evidence still does not show matching post-construction writes to[route+0xa4]or[route+0xd4], and the higher route-mode state machine now looks consistent with that.multiplayer_transport_set_route_modefirst applies one pre-dispatch gate: when a bound route still exists at[this+0x1ec8], requested mode2, and selector slot2is not active, it submits one bound-route status request through0x5959e0. That request itself is now narrower too: it derives one request token from the current binding through0x5934c0, then forwards binding dword[route+0x2c], binding word[route+0x30], local counter[this+0xb48], and default sample text0x005c87a8into0x593980using completion callback0x595980, and a submit failure immediately sets[this+0x1ed8]so the route-mode owner can fall back without waiting for the callback. That callback is tighter now too: nonzero results force mode2when[this+0xac0] <= 1and otherwise promote through mode3or4according to[this+0xb48], while zero results set[this+0x1ed8] = 1and then fall back through route mode0or1according to deferred am-rating latch[this+0x1ed4]. On success the route-mode setter stores the current mode at[this+0x18b8], mirrors mode changes into the bound-route callback lane throughmultiplayer_transport_enqueue_bound_route_mode_snapshot_opcode4_if_live0x5932a0, and then runs one of the concrete branches: mode0releases the current live route, resets selector slot2, and only when the am-rating route is not already live at[this+0x1ec4]tries to reopen thegsi_am_ratingcallback-table family through0x596530; a failed reopen then falls back according to deferred route-status flag[this+0x1ed8]. Mode1conditionally reopens that am-rating family only when both[this+0x1ec4]and[this+0x1ed4]are clear and then, when no live route is present, tries to connect the live route throughmultiplayer_transport_try_connect_live_route0x597480; once that family is already populated, the later callback-owner at0x595f70takes over by pruning stale entries, refreshinggsi_am_rating, selecting the current head endpoint, and staging the route-callback payload through0x5958e0. Mode2first releases any stale live route throughmultiplayer_transport_release_live_route0x5973b0when status latch[this+0xb40]is clear, then resets the am-rating family and promotes a successful live-route connect into mode1. Mode3resets the am-rating family, releases the live route through0x5973b0, resets selector slot2, and then tears down the current bound-route payload throughmultiplayer_transport_release_current_route_binding_detach_descriptor_callback_and_clear_slot0x595620; mode4is the narrow status-route recovery retry; and mode5resets the am-rating family, releases the live route through0x5973b0, and runs that same0x595620teardown path without the selector-slot reset. That helper is narrower than the older generic wording implied: it detaches the current binding from route-label object[this+0x1ed0]through0x58f3c0, releases the staged bound-route callback payload at[this+0x1ec8]through0x5933a0, and only then clears[this+0x1ec8]. The status-route connect path is tighter now too:0x5973d0seeds[this+0xaf4], uses the same six callback lanes, mirrors stored route label[this+0x9a8]into[this+0xb3c], patches the created route's extended-payload callback slot, and clears[this+0xb38]on success; when the caller route id is not-1it also zero-extends the supplied route word before forwarding it into0x58c9b0. The local status-route helper strip is explicit too:0x597350releases[this+0xaf0]through0x58cfd0,0x597370services only that route through0x58cf90, and0x597380is the broader two-route sweep that services[this+0xaf0]and[this+0x1ecc]through the common route-object service helper0x58d040. The live-route connect path is tighter in the same way:0x597480builds one0x20-byte local identifier from[this+0x60]plus suffix template0x005dccfc, seeds the callback vector0x596fd0/0x5970e0/0x597180/0x5971b0/0x597270/0x5972c0, and chooses either the default route id0x1964through0x58cc40or the binding-specific id in[binding+0x30]through0x58c9b0; on the binding-specific path it also clears pending rebuild cookie[binding+0x34]and marks the constructed route live via[route+0xbc] = 1, while the success tail mirrors stored route label[this+0x9a8]into[this+0xb3c], patches[route+0xa0]through0x58bc90 -> 0x597330, and clears live-route mode mask[this+0xb38]. The callback boundary is closed more tightly now too: current local evidence still does not show companion writes to[route+0xa4]or[route+0xd4]in either grounded transport-owned connect path, so the stable transitions still switch by releasing route objects or route bindings and rebuilding route state, not by mutating those optional callback slots in place. The parser behavior is now tighter as well: semicolon lines only dispatch when[route+0xd4]is non-null, and the subtype-6raw fallback only dispatches when[route+0xa4]is non-null. For the currently grounded transport-owned status and live routes, those two branches therefore stay intentionally inactive and can cleanly no-op instead of implying a hidden mandatory transport callback path. Inside the packet parser, subtype4is no longer an unknown callback hop: after cookie validation it dispatches through[route+0x9c], which the transport-owned status and live routes seed tomultiplayer_transport_handle_validated_route_cookie_event0x005972c0. That helper either marks route progress and re-entersmultiplayer_transport_set_route_mode, or forwards the event id plus payload into the owner callback at[transport+0x17f0]with context[transport+0x17f8]. The surrounding status-route callback vector is tighter now too:0x005970e0publishes either the active selector text or the averaged probe sample at[entry+0x80]and otherwise falls back to owner callback[transport+0x17e0];0x00597180is a straight owner-forwarding lane through[transport+0x17e4];0x005971b0seeds the local status-control id list and can then notify owner callback[transport+0x17e8]; and0x00597270returns the third selector-slot generation counter[transport+0xac0]on its bounded local branch before falling back to owner callback[transport+0x17ec]. Subtype6still validates the same cookie, dedupes one 32-bit cookie or packet id, and then dispatches the trailing payload through the natneg-or-raw callback layer rooted at[route+0xa0]and[route+0xa4]; for the grounded transport-owned status and live routes that currently means validated NATNEG-style payloads forward through0x00597330on[route+0xa0], while the raw fallback stays disabled because[route+0xa4]remains null. This separates the shell-frame preview refresh at0x006cd8d8from the actual transport cadence at0x006cd970, and also separates that transport cadence from the lower GameSpy route-service and packet-parser layer beneath it. - Evidence:
function-map.csv,pending-template-store-management.md,pending-template-store-functions.csv, plus objdump caller traces showingmultiplayer_window_service_loopreachingmultiplayer_flush_session_event_transportand the transport pump chainmultiplayer_flush_session_event_transport -> multiplayer_transport_flush_and_maybe_shutdown -> multiplayer_transport_service_frame -> multiplayer_transport_service_worker_once -> multiplayer_transport_drain_request_text_queue. - Closure note: the older broad request-id question is now replaced by the grounded lane split
already exposed above.
multiplayer_dispatch_requested_actionbounds the outerMultiplayer.winaction family, while the concrete transport submit owners are the bound-route status lane0x5959e0 -> 0x593980, the selector-text route-request lane0x593c40, and the second selector-descriptor callback lane rooted at0x59fc80. The preview-dataset reuse boundary is also closed at the current evidence level: beyondMultiplayer.win, the same owner family is reused by the.gmtsave-mode hook in0x00445de0,BuildingDetail.winauxiliary sync,Start New Company...side-owner submission,CompanyDetail.winasync multiplayer actions, and dataset-side selector or update branches, but not by a broader ordinary world-service path.