@@ -505,7 +505,7 @@ int ikcp_send(ikcpcb *kcp, const char *buffer, int len)
if(len<=(int)kcp->mss)count=1;
elsecount=(len+kcp->mss-1)/kcp->mss;
if(count>=IKCP_WND_RCV)return-2;
if(count>=(int)IKCP_WND_RCV)return-2;
if(count==0)count=1;
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.