Expand description
Network protocol structs for the Jumpy matchmaker.
Structs§
- Match
Info - Information about a match that is being requested
- Recv
Proxy Message - The format of a message forwarded by the proxy to a client.
- Send
Proxy Message - The format of a message sent by a client to the proxy, so the proxy can send it to another client.
Enums§
- Matchmaker
Request - Requests that may be made in matchmaking mode
- Matchmaker
Response - Responses that may be returned in matchmaking mode
- Target
Client - The client to send a network message to.
Constants§
- MATCH_
ALPN - ALPN used for the matchmaking protocol.
- PLAY_
ALPN - ALPN used for the direct connections between players.