You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I also stumbled on this problem, and it is impossible not catch it.
The net.utp4j.channels.impl.UtpSocketChannelImpl class has a problem on the line 226.
The sequence number is initialized with a random number when it should be initialized with 1.
setupRandomSeqNumber(); should be replaced with setSequenceNumber(DEF_SEQ_START);.
I don't understand the purpose of setupRandomSeqNumber function because the sequence number should never be random!!
Hello!
I try to send 15Mb buffer from server to client and get some internal error in client side during receiving.
Is it bug or I do something wrong?
Test case is the following:
And I get the following out:
The text was updated successfully, but these errors were encountered: