comparison doc/freediameter.conf.sample @ 1246:02c98b9fb2a4

Updated documentation for dbg_msg_dumps
author Sebastien Decugis <sdecugis@freediameter.net>
date Tue, 12 Nov 2013 15:19:04 +0800
parents a4cdde705f30
children 5a505af0bba0
comparison
equal deleted inserted replaced
1245:4b511d9b3def 1246:02c98b9fb2a4
204 204
205 205
206 # The dbg_msg_dump.fdx extension allows you to tweak the way freeDiameter displays some 206 # The dbg_msg_dump.fdx extension allows you to tweak the way freeDiameter displays some
207 # information about some events. This extension does not actually use a configuration file 207 # information about some events. This extension does not actually use a configuration file
208 # but receives directly a parameter in the string passed to the extension. Here are some examples: 208 # but receives directly a parameter in the string passed to the extension. Here are some examples:
209 # LoadExtension = "dbg_msg_dump.fdx" : "0x1111"; # Removes all default hooks, very quiet even in case of errors. 209 ## LoadExtension = "dbg_msg_dumps.fdx" : "0x1111"; # Removes all default hooks, very quiet even in case of errors.
210 # LoadExtension = "dbg_msg_dump.fdx" : "0x2222"; # Display all events with few details. 210 ## LoadExtension = "dbg_msg_dumps.fdx" : "0x2222"; # Display all events with few details.
211 # LoadExtension = "dbg_msg_dump.fdx" : "0x80"; # Dump complete information about sent and received messages. 211 ## LoadExtension = "dbg_msg_dumps.fdx" : "0x0080"; # Dump complete information about sent and received messages.
212 # See the top of extensions/dbg_msg/dump/dbg_msg.dump.c file for more details on the value. 212 # The four digits respectively control: connections, routing decisions, sent/received messages, errors.
213 # The values for each digit are:
214 # 0 - default - keep the default behavior
215 # 1 - quiet - remove any specific log
216 # 2 - compact - display only a summary of the information
217 # 4 - full - display the complete information on a single long line
218 # 8 - tree - display the complete information in an easier to read format spanning several lines.
213 219
214 220
215 ############################################################## 221 ##############################################################
216 ## Peers configuration 222 ## Peers configuration
217 223
"Welcome to our mercurial repository"