summaryrefslogtreecommitdiff
path: root/src/network/network_func.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/network/network_func.h')
-rw-r--r--src/network/network_func.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/network/network_func.h b/src/network/network_func.h
index 7ce8414f9..defa1cc70 100644
--- a/src/network/network_func.h
+++ b/src/network/network_func.h
@@ -12,6 +12,12 @@
#ifndef NETWORK_FUNC_H
#define NETWORK_FUNC_H
+/**
+ * Uncomment the following define to enable command replaying.
+ * See docs/desync.txt for details.
+ */
+// #define DEBUG_DUMP_COMMANDS
+
#include "core/address.h"
#include "network_type.h"
#include "../console_type.h"