Method | Description | |
---|---|---|
KcpServerConnectionNonAlloc ( Socket socket, EndPoint remoteEndpoint, IPEndPointNonAlloc reusableSendEndPoint, bool noDelay, uint interval = Kcp.INTERVAL, int fastResend, bool congestionWindow = true, uint sendWindowSize = Kcp.WND_SND, uint receiveWindowSize = Kcp.WND_RCV, int timeout = DEFAULT_TIMEOUT, uint maxRetransmits = Kcp.DEADLINK ) : System.Net |
Method | Description | |
---|---|---|
RawSend ( Array data, int length ) : void |
public KcpServerConnectionNonAlloc ( Socket socket, EndPoint remoteEndpoint, IPEndPointNonAlloc reusableSendEndPoint, bool noDelay, uint interval = Kcp.INTERVAL, int fastResend, bool congestionWindow = true, uint sendWindowSize = Kcp.WND_SND, uint receiveWindowSize = Kcp.WND_RCV, int timeout = DEFAULT_TIMEOUT, uint maxRetransmits = Kcp.DEADLINK ) : System.Net | ||
socket | Socket | |
remoteEndpoint | EndPoint | |
reusableSendEndPoint | IPEndPointNonAlloc | |
noDelay | bool | |
interval | uint | |
fastResend | int | |
congestionWindow | bool | |
sendWindowSize | uint | |
receiveWindowSize | uint | |
timeout | int | |
maxRetransmits | uint | |
return | System.Net |
protected RawSend ( Array data, int length ) : void | ||
data | Array | |
length | int | |
return | void |