//
pkg.gl
Category
github.com/supergiant-hq/xnet
udp
server
package
0.1.6
Repository:
https://github.com/supergiant-hq/xnet.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
14
Dependents
4
Files
641 SLOC
#
Functions
New
Creates a Server.
NewWithConnection
Creates a Server using an existing net.UDPConn connection.
#
Constants
KEY_CLIENT_ID
No description provided by the author
#
Structs
Client
Client.
Config
UDP Server Config.
Server
Server.
#
Type aliases
ClientConnectedHandler
Called on initial client connection.
ClientDisconnectedHandler
Called when a client disconnects.
ClientValidateHandler
Called when a new client connects to the server.
MessageHandler
Called when a client sends a message.