View Source A2S.UDP (a2s v0.2.3)
GenServer wrapper over :gen_udp
, responsible for sending packets to game-servers and routing received packets to the appropriate A2S.Statem
process.
Link to this section Summary
Functions
Returns a specification to start this module under a supervisor.
Send the given msg
packet to the game server.
Forward received packets to the appropriate A2S.Statem
.
Link to this section Functions
Returns a specification to start this module under a supervisor.
See Supervisor
.
Send the given msg
packet to the game server.
Forward received packets to the appropriate A2S.Statem
.