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
Prepare feed file with 2+ sockets, TCP, Same Ip same Port.
Server:
sockperf server -f -F r
Client:
sockperf ping-pong -f -F r -t 10
Server: OK
Client: FAIL
sockperf: Test end (interrupted by timer)
sockperf: Test ended
sockperf: [Total Run] RunTime=5.100 sec; SentMessages=2; ReceivedMessages=1
sockperf: ========= Printing statistics for Server No: 0
sockperf: ERROR: _seqN > m_maxSequenceNo (errno=4 Interrupted system call)
The text was updated successfully, but these errors were encountered:
I faced the similar issue with sockperf , because while building the sockperf i just followed the steps below,
./autogen.sh
./configure
make
But here the issue is, "make" will just builds the sockperf tool ,it wont be installed properly with all dependencies. To fix the issue, after running "make" command run "make install" also then all the dependency files will be linked and sockperf will be installed properly .
How to reproduce:
Prepare feed file with 2+ sockets, TCP, Same Ip same Port.
Server:
sockperf server -f -F r
Client:
sockperf ping-pong -f -F r -t 10
Server: OK
Client: FAIL
sockperf: Test end (interrupted by timer)
sockperf: Test ended
sockperf: [Total Run] RunTime=5.100 sec; SentMessages=2; ReceivedMessages=1
sockperf: ========= Printing statistics for Server No: 0
sockperf: ERROR: _seqN > m_maxSequenceNo (errno=4 Interrupted system call)
The text was updated successfully, but these errors were encountered: