diff debug.h @ 754:2400b8685762

setup tcp after requesting a channel - might hide some DNS latency
author Matt Johnston <matt@ucc.asn.au>
date Thu, 04 Apr 2013 07:51:13 +0800
parents 077bbe1eb220
children 2f1c199b6e4b
line wrap: on
line diff
--- a/debug.h	Thu Apr 04 00:18:50 2013 +0800
+++ b/debug.h	Thu Apr 04 07:51:13 2013 +0800
@@ -39,7 +39,7 @@
  * Caution: Don't use this in an unfriendly environment (ie unfirewalled),
  * since the printing may not sanitise strings etc. This will add a reasonable
  * amount to your executable size. */
-/* #define DEBUG_TRACE */
+#define DEBUG_TRACE
 
 /* All functions writing to the cleartext payload buffer call
  * CHECKCLEARTOWRITE() before writing. This is only really useful if you're