ReactOS 0.4.16-dev-853-g88d9285
Iperf server
Collaboration diagram for Iperf server:

This is a simple performance measuring client/server to check your bandwidth using iPerf2 on a PC as server/client. It is currently a minimal implementation providing a TCP client/server only.

Todo:
:
  • implement UDP mode
  • protect combined sessions handling (via 'related_master_state') against reallocation (this is a pointer address, currently, so if the same memory is allocated again, session pairs (tx/rx) can be confused on reallocation)