Go to the source code of this file.
Functions | |
int | main () |
int | send_until_wouldblock (void *socket_) |
void | test_change_after_connected () |
void | test_change_before_connected () |
void | test_decrease_when_full () |
int | test_fill_up_to_hwm (void *socket_, int sndhwm_) |
Variables | |
const SETUP_TEARDOWN_TESTCONTEXT int | MAX_SENDS = 10000 |
int main | ( | ) |
Definition at line 163 of file test_sockopt_hwm.cpp.
int send_until_wouldblock | ( | void * | socket_ | ) |
Definition at line 80 of file test_sockopt_hwm.cpp.
void test_change_after_connected | ( | ) |
Definition at line 43 of file test_sockopt_hwm.cpp.
void test_change_before_connected | ( | ) |
Definition at line 10 of file test_sockopt_hwm.cpp.
void test_decrease_when_full | ( | ) |
Definition at line 100 of file test_sockopt_hwm.cpp.
int test_fill_up_to_hwm | ( | void * | socket_, |
int | sndhwm_ | ||
) |
Definition at line 91 of file test_sockopt_hwm.cpp.
const SETUP_TEARDOWN_TESTCONTEXT int MAX_SENDS = 10000 |
Definition at line 8 of file test_sockopt_hwm.cpp.