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

Add iperf3 Support #68

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sourabhjains
Copy link
Contributor

Tested iperf3 example (dce-iperf.cc) with the following two different iperf3 repositories

  1. https://github.com/RichardWithnell/iperf/tree/dce
  2. https://github.com/teto/iperf/tree/matt

Iperf3 example with above-mentioned iperf3 code, stucks in an infinite loop when it creates a stream. After exchanging parameter and stream creation it calls select system call to monitor read and write FDs. Once this system call completes, it clears all FDs and thus iperf isn't able to change its state and keep executing the same loop again and again.

I declared clock system call as NATIVE to handle the error shown below.

/home/pg/Desktop/dce/source/ns-3-dce/build/bin/dce-iperf: relocation error: elf-cache/0/iperf3: symbol clock, version GLIBC_2.2.5 not defined in file 0001.so.6 with link time reference Command ['/home/pg/Desktop/dce/source/ns-3-dce/build/bin/dce-iperf'] exited with code 127

@sourabhjains sourabhjains mentioned this pull request Mar 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant