-
Notifications
You must be signed in to change notification settings - Fork 46
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
[WIP] Iperf3 support #43
base: master
Are you sure you want to change the base?
Conversation
I went back to this and found the culprit:
This is an issue that keeps hitting me in the back, I wish DCE could create some basic filesystem at the start, and simplify the way it handles path, wouldn't it be possible to use chroot everytime a node wakes up instead of regenerating filenames ? Anyway, according to dce-iperf.cc,
but then iperf3 says that the sender sends more than 5Mbps (even though the receiver is ok), does it make sense ? are the extra packets rejected by the traffic control and reinjected later ?
|
To test, you have to use iperf3 from https://github.com/RichardWithnell/iperf/tree/dce or https://github.com/teto/iperf/tree/matt
and compile it with
./configure CFLAGS="-g -U_FORTIFY_SOURCE -fPIC" LDFLAGS="-pie -rdynamic" --with-pic --disable-shared --disable-static
(otherwise it generates a shell script one can't use within dce).For now test fails with error 'Unable to create a new stream'.
Related to #27