| 415 | } |
| 416 | |
| 417 | static void |
| 418 | usage(char *progname) |
| 419 | { |
| 420 | printf("\nusage: %s\n", progname); |
| 421 | printf(" --help : display this message and exit\n" |
| 422 | " --inbound : test for inbound direction\n" |
| 423 | " default outbound direction is tested\n" |
| 424 | " --nb-sess=N: to set the number of sessions\n" |
| 425 | " to be created, default is %d\n", DEF_NB_SESSIONS); |
| 426 | } |
| 427 | |
| 428 | static void |
| 429 | args_parse(int argc, char **argv) |