PretendoNetwork / nex-go

Barebones PRUDP/NEX server library written in Go
GNU Affero General Public License v3.0
74 stars 16 forks source link

Implement server side disconnect packet #45

Open PabloMK7 opened 7 months ago

PabloMK7 commented 7 months ago

Implements the method Disconnect in PRUDPEndPoint, which allows disconnecting a PRUDPConnection by sending it a DISCONNECT packet. The connection will be cleaned up after it times out or a disconnect acknowledgement packet is recieved back.