changed default port assignment in main()

This commit is contained in:
kaustubhprabhu 2009-07-29 21:16:52 +00:00
parent 675aadd72a
commit c434311b0d

View File

@ -1667,7 +1667,7 @@ main(int argc, char **argv)
char ch, role;
struct iperf_test *test;
int port= -1;
int port= 5001;
while (1)
{