kcp2k icon indicating copy to clipboard operation
kcp2k copied to clipboard

Results 25 kcp2k issues
Sort by recently updated
recently updated
newest added

Error: System.Net.Sockets.SocketException (0x80004005): Network is unreachable at System.Net.Sockets.Socket.Send (System.Byte[] buffer, System.Int32 offset, System.Int32 size, System.Net.Sockets.SocketFlags socketFlags) [0x00000] in :0 at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000]...

How to connect to the server again when the IP changes or the connection drops?

Hello, What is the preferred way to limit connection by a maximum count? It seems the Server will always accept incoming ones. Thank you

Do I need to call Tick after each data transmission? Will this block the thread? Can I move the Tick call to a separate thread?

Hi. I rarely receive a null from the SegmentNew() function in Kcp.cs which turns into a disconnection. The pool seems to have elements, can a null object be part of...