-
Notifications
You must be signed in to change notification settings - Fork 1.3k
IperfStateMachine
Bruce A. Mah edited this page Feb 27, 2014
·
2 revisions
#summary Explaination of the Iperf state machine
= Introduction =
This document describes the flow of control of Iperf at a very high level.
== Client State Machine ==
{{{ TEST_START -> TEST_RUNNING -> TEST_END -> TEST_COMPLETE }}}
==== TEST_START ====
==== TEST_RUNNING ====
==== TEST_END ====
==== TEST_COMPLETE ====
== Server State Machine ==
{{{ TEST_WAIT -> TEST_START -> TEST_RUNNING -> TEST_END -> TEST_WAIT }}}
==== TEST_WAIT ====
==== TEST_START ====
==== TEST_RUNNING ====
==== TEST_END ====