|
feisty meow concerns codebase
2.140
|
#include "bcast_spocketer.h"#include <basis/astring.h>#include <basis/byte_array.h>#include <basis/functions.h>#include <loggers/critical_events.h>#include <loggers/program_wide_logger.h>#include <mathematics/chaos.h>#include <sockets/internet_address.h>#include <sockets/raw_socket.h>#include <sockets/spocket.h>#include <sockets/tcpip_definitions.h>#include <sockets/tcpip_stack.h>#include <timely/time_control.h>#include <timely/time_stamp.h>#include <unit_test/unit_base.h>#include <errno.h>
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 = 1500 |
| const int | MAXIMUM_TRANSFER_WAIT = 40 * SECOND_ms |
| #define LOG | ( | to_print | ) | EMERGENCY_LOG(program_wide_logger().get(), astring(to_print)) |
Definition at line 42 of file bcast_spocketer.cpp.
| const int MAXIMUM_TRANSFER_WAIT = 40 * SECOND_ms |
Definition at line 47 of file bcast_spocketer.cpp.
Referenced by broadcast_spocket_tester::do_a_receive(), and broadcast_spocket_tester::do_a_send().
| const int MAXIMUM_WINSOCK_MTU = 1500 |
Definition at line 44 of file bcast_spocketer.cpp.
Referenced by broadcast_spocket_tester::do_a_receive(), and broadcast_spocket_tester::perform_test().