summaryrefslogtreecommitdiff
path: root/sockets.h
diff options
context:
space:
mode:
Diffstat (limited to 'sockets.h')
-rw-r--r--sockets.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sockets.h b/sockets.h
index 3ad5406..7e9cca5 100644
--- a/sockets.h
+++ b/sockets.h
@@ -17,6 +17,10 @@
#include "functions.h"
+#define DEBUG_CRIT 0
+#define DEBUG_SOME 1
+#define DEBUG_FULL 2
+
#define BACKLOG 10 // maximum length to which the queue of pending connections for sockfd may grow
// get sockaddr, IPv4 or IPv6: