diff doc/freediameter.conf.sample @ 1204:a4cdde705f30

Add options to dbg_msg_dumps.fdx to allow more control over the behavior
author Sebastien Decugis <sdecugis@freediameter.net>
date Fri, 14 Jun 2013 12:22:20 +0800
parents 50bf33dc8fe0
children 02c98b9fb2a4
line wrap: on
line diff
--- a/doc/freediameter.conf.sample	Fri Jun 14 12:21:42 2013 +0800
+++ b/doc/freediameter.conf.sample	Fri Jun 14 12:22:20 2013 +0800
@@ -203,6 +203,15 @@
 # test_* : dummy extensions that are useful only in testing environments.
 
 
+# The dbg_msg_dump.fdx extension allows you to tweak the way freeDiameter displays some
+# information about some events. This extension does not actually use a configuration file
+# but receives directly a parameter in the string passed to the extension. Here are some examples:
+# LoadExtension = "dbg_msg_dump.fdx" : "0x1111"; # Removes all default hooks, very quiet even in case of errors.
+# LoadExtension = "dbg_msg_dump.fdx" : "0x2222"; # Display all events with few details.
+# LoadExtension = "dbg_msg_dump.fdx" : "0x80"; # Dump complete information about sent and received messages.
+# See the top of extensions/dbg_msg/dump/dbg_msg.dump.c file for more details on the value.
+
+
 ##############################################################
 ##  Peers configuration
 
"Welcome to our mercurial repository"