View Source A2S.UDP (elixir_a2s v0.3.3)
GenServer wrapper over :gen_udp
, responsible for sending packets to game-servers and routing received packets to the appropriate A2S.Statem
process.
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
.
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
.