NetworkChannel¶
Vanilla game enum used by the networking layer to tag outgoing messages with delivery semantics. Chat messages ride GeneralTraffic (reliable).
Enum values¶
Source: F0073.
GeneralTraffic = 134 (reliable, used for chat)
PlayerJoin = 135
StateTick = 136
Unreliable = 137
SteamP2P* = 138-140
Chat uses GeneralTraffic (reliable delivery).
Verification history¶
- 2026-04-20: page created from the Research migration; verbatim content lifted from F0073. No conflicts.
Open questions¶
None at creation.