summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorluwenpeng <[email protected]>2024-11-27 16:53:15 +0800
committerluwenpeng <[email protected]>2024-11-27 17:23:54 +0800
commit39948a23adc0736acc105679973d0d92440ad2d5 (patch)
treeefff397286ec2bf22aadc15b9d05ff62174a4669 /conf
parent4e6f89dfe6eb9aa770b1a810810acfa2d1b7bfc1 (diff)
add PKT_TAG_VAL_SESS_RAWPKT and PKT_TAG_VAL_SESS_PSEUDOPKT; add session debugger module
Diffstat (limited to 'conf')
-rw-r--r--conf/stellar.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/stellar.toml b/conf/stellar.toml
index 906503c..b2e1167 100644
--- a/conf/stellar.toml
+++ b/conf/stellar.toml
@@ -73,3 +73,5 @@
cli_request_timeout = 3 # second
pktdump_task_max_num = 3
+[session_debugger]
+ enable = 0 # range: [0, 1] \ No newline at end of file