mirror of
https://gitee.com/ldcsaa/HP-Socket.git
synced 2024-12-02 11:47:39 +08:00
.. | ||
ikcp.c | ||
ikcp.h | ||
Readme.txt |
Modifications -------------------- 1. kcp.c ignore warning: 4018,4245,4267,4456 2. kcp.c ikcp_input(): "if (conv != kcp->conv) return -1;" -> "conv = kcp->conv;"