Skip to content

Commit

Permalink
Document new authentication functions in libiperf.
Browse files Browse the repository at this point in the history
Follow-up commit to esnet#712 / esnet#713.
  • Loading branch information
bmah888 committed Apr 27, 2018
1 parent e28f12c commit 9787028
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/libiperf.3
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ Setting test parameters:
void iperf_set_test_zerocopy( struct iperf_test* t, int zerocopy );
void iperf_set_test_tos( struct iperf_test* t, int tos );
.fi
Authentication functions:
.nf
void iperf_set_test_client_username(struct iperf_test *ipt, char *client_username)
void iperf_set_test_client_password(struct iperf_test *ipt, char *client_password)
void iperf_set_test_client_rsa_pubkey(struct iperf_test *ipt, char *client_rsa_pubkey_base64)
.fi
Running a test:
.nf
int iperf_run_client(struct iperf_test *);
Expand Down

0 comments on commit 9787028

Please sign in to comment.