-
Notifications
You must be signed in to change notification settings - Fork 121
ERROR: _seqN > m_maxSequenceNo in v3.7 #154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hello @GeekerHua , do you see such issue just for |
could you provide output for |
pp output nothing. It's on the picture. |
there is no output for pp case on your screen because it is comment out |
@GeekerHua do you have any update? |
Hi, It also happens to me on Arm with pp test when using --mps parameter. Setup
It works fine with: It get to error with appending --mps 1000 to the client [ec2-user@ip-172-31-16-82 sockperf]$ ./sockperf ping-pong --ip x.y.z.w --tcp --port 5001 --time 30 --msg-size 400 --range 100 --full-rtt --mps 1000 [ 0] IP = X.Y.Z.W PORT = 5001 # TCP From very fast look, maybe the calc of _maxSequenceNo at bringup() function is related. |
We will look at possible reason. |
Fix #187 was included into master |
Hi when I use sockperf under ARM machine, It tell me sockperf: ERROR: _seqN > m_maxSequenceNo (errno=0 Success)。 I change v3.6 to v3.7 but that not slove my problem。

The text was updated successfully, but these errors were encountered: