@@ -207,7 +207,7 @@ func (s *UDPSession) Write(b []byte) (n int, err error) {
}
if s.kcp.WaitSnd() < int(s.kcp.snd_wnd) {
if s.kcp.WaitSnd() < int(s.kcp.Cwnd()) {
n = len(b)
max := s.kcp.mss << 8
for {
The note is not visible to the blocked user.