Open PabloMK7 opened 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.
Disconnect
PRUDPEndPoint
PRUDPConnection
DISCONNECT
Implements the method
Disconnect
inPRUDPEndPoint
, which allows disconnecting aPRUDPConnection
by sending it aDISCONNECT
packet. The connection will be cleaned up after it times out or a disconnect acknowledgement packet is recieved back.