| 717 | } |
| 718 | |
| 719 | static int test_udp(void) |
| 720 | { |
| 721 | int ret; |
| 722 | |
| 723 | use_tcp = 0; |
| 724 | use_port++; |
| 725 | ret = run_tests(true); |
| 726 | if (ret == T_EXIT_FAIL) |
| 727 | fprintf(stderr, "UDP test case (classic=%d) failed\n", classic_buffers); |
| 728 | return ret; |
| 729 | } |
| 730 | |
| 731 | int main(int argc, char *argv[]) |
| 732 | { |