X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=octopi%2Flibrary%2Ftests_sockets%2Fbcast_spocketer.cpp;h=f96413e0b3c7d834909a2cf581ca1297b250fdb0;hb=668c41b51990bc1b1a862ed09a33ac6f9cd16084;hp=dbd198052e49634a74e6d10db8ae7c138cf154c1;hpb=ee7596ce4d372d632f1d1555de9afd30b622bf29;p=feisty_meow.git diff --git a/octopi/library/tests_sockets/bcast_spocketer.cpp b/octopi/library/tests_sockets/bcast_spocketer.cpp index dbd19805..f96413e0 100644 --- a/octopi/library/tests_sockets/bcast_spocketer.cpp +++ b/octopi/library/tests_sockets/bcast_spocketer.cpp @@ -50,14 +50,14 @@ const int MAXIMUM_TRANSFER_WAIT = 40 * SECOND_ms; static abyte receive_buffer[MAXIMUM_WINSOCK_MTU + 1]; // used for dumping received data into. -#define DEBUG_SPOCKET_TESTER +//#define DEBUG_SPOCKET_TESTER // uncomment for noisy version. broadcast_spocket_tester::broadcast_spocket_tester (const internet_address &where, bool unicast) : _where(new internet_address(where)), _stack(new tcpip_stack), - _socket(NIL), + _socket(NULL_POINTER), _raw(new raw_socket), _ucast(unicast) {