feisty meow concerns codebase  2.140
spocket_tester.cpp File Reference
Include dependency graph for spocket_tester.cpp:

Go to the source code of this file.

Macros

#define LOG(to_print)   EMERGENCY_LOG(program_wide_logger().get(), astring(to_print))
 

Variables

const int MAXIMUM_WINSOCK_MTU = 100000
 
const int MAXIMUM_TRANSFER_WAIT = 40 * SECOND_ms
 
const int PAUSE_TIME = 200
 

Macro Definition Documentation

◆ LOG

#define LOG (   to_print)    EMERGENCY_LOG(program_wide_logger().get(), astring(to_print))

Definition at line 41 of file spocket_tester.cpp.

Variable Documentation

◆ MAXIMUM_TRANSFER_WAIT

const int MAXIMUM_TRANSFER_WAIT = 40 * SECOND_ms

Definition at line 46 of file spocket_tester.cpp.

Referenced by spocket_tester::do_a_receive(), and spocket_tester::do_a_send().

◆ MAXIMUM_WINSOCK_MTU

const int MAXIMUM_WINSOCK_MTU = 100000

◆ PAUSE_TIME

const int PAUSE_TIME = 200

Definition at line 52 of file spocket_tester.cpp.

Referenced by spocket_tester::do_a_send().