Lines Matching full:client

10  * This is a simple performance measuring client/server to check your bandwith using
11 * iPerf2 on a PC as server/client.
12 * It is currently a minimal implementation providing a TCP client/server only.
87 /** This is the Iperf settings struct sent from the client */
107 /* 1=server, 0=client */
109 /* master state used to abort sessions (e.g. listener, main client) */
123 /* 1=start server when client is closed */
296 /* time specified by the client is over -> close the connection */ in lwiperf_tcp_client_send_more()
383 /** Start TCP connection back to the client (either parallel or after the
449 new_conn->settings.flags = 0; /* prevent the remote side starting back as client again */ in lwiperf_tx_start_passive()
475 /* client requested transmission after end of test */ in lwiperf_tcp_recv()
502 /* client requested parallel transmission test */ in lwiperf_tcp_recv()
590 /** This is called when a new client connects for an iperf tcp session */
606 /* this listener belongs to a client session, and this is not the correct remote */ in lwiperf_tcp_accept()
633 …/* this listener belongs to a client, so make the client the master of the newly created connectio… in lwiperf_tcp_accept()
635 /* if dual mode or (tradeoff mode AND client is done): close the listener */ in lwiperf_tcp_accept()
739 * Start a TCP iperf client to the default TCP port (5001).
741 * @returns a connection handle that can be used to abort the client
753 * Start a TCP iperf client to a specific IP address and port.
755 * @returns a connection handle that can be used to abort the client
797 /* starting server failed, abort client */ in lwiperf_start_tcp_client()
805 /* tradeoff means that the remote host connects only after the client is done, in lwiperf_start_tcp_client()
806 so keep the listen pcb open until the client is done */ in lwiperf_start_tcp_client()