Re: [Iperf-users] Port iperf in server mode

2022-01-10 Thread Zvi Vered
Hi Bob, Thank you very much ! Best regards, Zvika On Mon, Jan 10, 2022 at 5:27 PM Bob McMahon wrote: > You may want to use iperf3 for this. Iperf2 is quite complex and the only > authoritative information comes from the source code itself. A brief & > incomplete design doc is here. > > https://

Re: [Iperf-users] Port iperf in server mode

2022-01-10 Thread Bob McMahon via Iperf-users
You may want to use iperf3 for this. Iperf2 is quite complex and the only authoritative information comes from the source code itself. A brief & incomplete design doc is here. https://sourceforge.net/p/iperf2/code/ci/master/tree/doc/DESIGN_NOTES Bob On Mon, Jan 10, 2022, 4:31 AM Zvi Vered wrote

[Iperf-users] Port iperf in server mode

2022-01-10 Thread Zvi Vered
Hello, I have to write a TCP server application that should respond to iperf in client mode running under windows. The server side runs with lwip under TI's TIVA. Can you please provide the ICD that I should handle in the server side ? Thank you, Zvika __