feisty meow concerns codebase
2.140
|
#include "spocket_tester.h"
#include <basis/byte_array.h>
#include <basis/functions.h>
#include <basis/astring.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 <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 = 100000 |
const int | MAXIMUM_TRANSFER_WAIT = 40 * SECOND_ms |
const int | PAUSE_TIME = 200 |
#define LOG | ( | to_print | ) | EMERGENCY_LOG(program_wide_logger().get(), astring(to_print)) |
Definition at line 41 of file spocket_tester.cpp.
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().
const int MAXIMUM_WINSOCK_MTU = 100000 |
Definition at line 43 of file spocket_tester.cpp.
Referenced by spocket_tester::do_a_receive(), and spocket_tester::perform_test().
const int PAUSE_TIME = 200 |
Definition at line 52 of file spocket_tester.cpp.
Referenced by spocket_tester::do_a_send().