aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorBruce A. Mah <bmah@es.net>2014-04-16 16:23:13 -0700
committerBruce A. Mah <bmah@es.net>2014-04-16 16:23:13 -0700
commit081ba8e4e9ddeaa7991728ce12f0a9ee88f00a32 (patch)
tree2fc07b010e801bec06d88fe2e7249c9ad1629880 /examples
parent9ac254da7dc4cc95a3f3aad5eb53bfa881e52ae6 (diff)
downloadiperf3-081ba8e4e9ddeaa7991728ce12f0a9ee88f00a32.tar.gz
Commit a version of the patch for #125 for testing.
Originally submitted by: @i2aaron
Diffstat (limited to 'examples')
-rw-r--r--examples/mic.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/mic.c b/examples/mic.c
index 6fd6484..7d1d9d5 100644
--- a/examples/mic.c
+++ b/examples/mic.c
@@ -36,9 +36,6 @@ main( int argc, char** argv )
iperf_defaults( test );
iperf_set_verbose( test, 1 );
- /* This main program doesn't use SIGALRM, so the iperf API may use it. */
- iperf_set_test_may_use_sigalrm(test, 1);
-
iperf_set_test_role( test, 'c' );
iperf_set_test_server_hostname( test, host );
iperf_set_test_server_port( test, port );