Skip to content
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

Sockperf ERROR on TCP RecvFrom, Same IP and Same port with 2+ sockets #84

Open
igor-ivanov opened this issue Apr 4, 2017 · 2 comments
Labels

Comments

@igor-ivanov
Copy link
Collaborator

igor-ivanov commented Apr 4, 2017

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)

@igor-ivanov igor-ivanov added the bug label Apr 4, 2017
@megha-an
Copy link

Hi

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 .

Megha A N

@igor-ivanov
Copy link
Collaborator Author

Hi @megha-an, I think you are describing something different. I do not see how installation impact on the original issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants