package tbportal

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message ClientSpec

portal.proto:134

Used in: GameSessionRequest, PingTestRequest

message EventQueue

portal.proto:149

Used in: GameSessionRequest

message GameResetNotification

portal.proto:281

Used in: Request

message GameSessionConfig

portal.proto:47

Used in: ServerConfig

message GameSessionReport

portal.proto:178

Pushed to a Redis list when a game session is over.

Used in: Report

enum GameSessionReport.DisconnectReason

portal.proto:234

If Resolution == DISCONNECT, the reason for the disconnect.

Used in: GameSessionReport

enum GameSessionReport.HandshakeStatus

portal.proto:205

If HANDSHAKE_FAIL, the reason given by clients.

Used in: GameSessionReport

message GameSessionReport.PingReport

portal.proto:214

The ping report (averaged between the two clients). Present if HANDSHAKE_FAIL && HIGH_PING, GOODBYE, or DISCONNECT

Used in: GameSessionReport

message GameSessionReport.PlayerStat

portal.proto:224

Stats collected from individual players.

Used in: GameSessionReport

enum GameSessionReport.Resolution

portal.proto:182

Used in: GameSessionReport

message GameSessionRequest

portal.proto:155

Request a new game session.

Used in: Request

message GameSessionResponse

portal.proto:167

Enqueued by portal in response to handling an GameSessionResponse.

Used in: Response

message NetConfig

portal.proto:23

Used in: ServerConfig

message ObserverConfig

portal.proto:99

Used in: ServerConfig

message PingTestConfig

portal.proto:106

Used in: ServerConfig

message PingTestReport

portal.proto:261

Used in: Report

enum PingTestReport.Resolution

portal.proto:262

Used in: PingTestReport

message PingTestRequest

portal.proto:248

Used in: Request

message PingTestResponse

portal.proto:253

Used in: Response

message RedisListenConfig

portal.proto:7

Used in: ServerConfig

message Report

portal.proto:336

Report for action completion.

message Request

portal.proto:292

Incoming request; may be either for a session or ping test.

enum RequestType

portal.proto:285

Used in: Report, Request, Response

message Response

portal.proto:314

Response to a request, published to Request.response_channel.

enum Response.Result

portal.proto:318

Used in: Response

message ServerConfig

portal.proto:118

Server reads this proto in text format as a configuration file.

message StatusConfig

portal.proto:33

Used in: ServerConfig