| Is there a way to get the client to trigger a downstream only test? I.E. by default if the data transfer goes from the client to the server (upstream), except in dualtest and tradeoff modes. In Tradeoff mode, it does the normal client to server transfer (upstream) then does a server to client transfer (downstream) I would like to have a mode where it does just the server to client (downstream) transfer all the time. The requirement is due to having a wireless roaming node in the field and a backend remote node in the "cloud". So I can not easily control the remote side tp switch the roles of client and server (i.e. run my roaming node as a server since I can not start/stop the remote node). So i would like to have the remote node to always be started with iperf -s and the roaming client to start with iperf -c <remote node address> and then some flag that says do a downstream transfer. I did a quick look at the code (2.0.2) and couldn't figure out how to modify it to do this. (This is due to my not understanding the code enough, not due to any lack in the code itself!) I would think this would be helpful to anyone who has to have nodes in the field and can't easily control both ends during the testing. Any suggestions or pointers as to how to accomplish this (or if someone has already done this and could share their mods) would be helpful! Thanks in advance, Rob –––––––––––––––––––––––––––––– Robert J. Berger - Internet Bandwidth Development, LLC. Voice: 408-882-4755 eFax: +1-408-490-2868 |