retrun error code
@ -689,7 +689,7 @@ int ikcp_input(ikcpcb *kcp, const char *data, long size)
ikcp_log(kcp, IKCP_LOG_INPUT, "[RI] %d bytes", size);
}
if (data == NULL || size < 24) return 0;
if (data == NULL || size < 24) return -1;
while (1) {
IUINT32 ts, sn, len, una, conv;
The note is not visible to the blocked user.