Searched refs:TEST_RETRANSMIT_SEC (Results 1 – 5 of 5) sorted by relevance
54 timeout = fault(TIMEOUT) ? TEST_RETRANSMIT_SEC : TEST_TIMEOUT_SEC; in try_server_run()168 timeout = fault(TIMEOUT) ? TEST_RETRANSMIT_SEC : TEST_TIMEOUT_SEC; in test_sk_restore()
54 timeout = fault(TIMEOUT) ? TEST_RETRANSMIT_SEC : TEST_TIMEOUT_SEC; in try_accept()182 timeout = fault(TIMEOUT) ? TEST_RETRANSMIT_SEC : TEST_TIMEOUT_SEC; in try_connect()
71 timeout = fault(TIMEOUT) ? TEST_RETRANSMIT_SEC : TEST_TIMEOUT_SEC; in try_accept()284 timeout = fault(TIMEOUT) ? TEST_RETRANSMIT_SEC : TEST_TIMEOUT_SEC; in try_connect()453 timeout = fault(TIMEOUT) ? TEST_RETRANSMIT_SEC : TEST_TIMEOUT_SEC; in try_to_add()
385 sleep(TEST_RETRANSMIT_SEC); in test_client_passive_rst()
335 #ifndef TEST_RETRANSMIT_SEC336 #define TEST_RETRANSMIT_SEC 1 macro