C# Class kcp2k.KcpServerConnectionNonAlloc

Inheritance: kcp2k.KcpServerConnection
显示文件 Open project: vis2k/kcp2k

Public Methods

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

Protected Methods

Method Description
RawSend ( Array data, int length ) : void

Method Details

KcpServerConnectionNonAlloc() public method

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

RawSend() protected method

protected RawSend ( Array data, int length ) : void
data Array
length int
return void