comparison 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
comparison
equal deleted inserted replaced
1203:92f33e5ecb77 1204:a4cdde705f30
199 # dbg_* for extensions useful only to retrieve more information on the framework execution. 199 # dbg_* for extensions useful only to retrieve more information on the framework execution.
200 # acl_* : Access control list, to control which peers are allowed to connect. 200 # acl_* : Access control list, to control which peers are allowed to connect.
201 # rt_* : routing extensions that impact how messages are forwarded to other peers. 201 # rt_* : routing extensions that impact how messages are forwarded to other peers.
202 # app_* : applications, these extensions usually register callbacks to handle specific messages. 202 # app_* : applications, these extensions usually register callbacks to handle specific messages.
203 # test_* : dummy extensions that are useful only in testing environments. 203 # test_* : dummy extensions that are useful only in testing environments.
204
205
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
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.
210 # LoadExtension = "dbg_msg_dump.fdx" : "0x2222"; # Display all events with few details.
211 # LoadExtension = "dbg_msg_dump.fdx" : "0x80"; # 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.
204 213
205 214
206 ############################################################## 215 ##############################################################
207 ## Peers configuration 216 ## Peers configuration
208 217
"Welcome to our mercurial repository"