summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2012-04-14 12:59:54 +0200
committerThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2012-05-05 22:51:32 +0200
commitbb9a9b9b0f4ec7cc6a9ca3a6bd2dc35b0b6541e7 (patch)
tree503dcb475ece8e72e2fbef2e78e82b2a881e6d23 /docs
parent05669aae551820f2183984d1c706d3a82eb37be6 (diff)
downloadmanaserv-bb9a9b9b0f4ec7cc6a9ca3a6bd2dc35b0b6541e7.tar.gz
manaserv-bb9a9b9b0f4ec7cc6a9ca3a6bd2dc35b0b6541e7.tar.xz
manaserv-bb9a9b9b0f4ec7cc6a9ca3a6bd2dc35b0b6541e7.zip
Added debugging mode to the protocol
Allows inspection of message data. It is off by default since it consumes additional bandwidth, but it can be turned on using the net_debugMode option in manaserv.xml. Currently the option only affects outgoing data for each host individually. In particular, enabling this debug mode for the server does not automatically make the client annotate its messages. Reviewed-by: Erik Schilling
Diffstat (limited to 'docs')
-rw-r--r--docs/manaserv.xml.example3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/manaserv.xml.example b/docs/manaserv.xml.example
index 17dc490..4a203d1 100644
--- a/docs/manaserv.xml.example
+++ b/docs/manaserv.xml.example
@@ -180,6 +180,9 @@
<!-- Max connected clients allowed. -->
<option name="net_maxClients" value="1000"/>
+ <!-- Debug mode for network messages (increases bandwidth usage) -->
+ <option name="net_debugMode" value="false"/>
+
<!-- end of network options configuration ********************************* -->
<!-- Accounts configuration ***************************************************