Method | Description | |
---|---|---|
AddToQueue ( |
||
ProcessAck ( |
||
ProcessPacket ( |
||
ReliableChannel ( |
||
SendAcks ( ) : void | ||
SendNextPacket ( ) : bool |
Method | Description | |
---|---|---|
ProcessQueuedPackets ( ) : void |
public AddToQueue ( |
||
packet | ||
return | void |
public ProcessAck ( |
||
packet | ||
return | void |
public ProcessPacket ( |
||
packet | ||
return | void |
public ReliableChannel ( |
||
peer | ||
ordered | bool | |
windowSize | int | |
return | System |