summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authoryangwei <[email protected]>2023-08-20 19:12:50 +0800
committeryangwei <[email protected]>2023-08-20 19:12:50 +0800
commit26bb0dbefb721dd292018d301589b30ca0dd95e9 (patch)
tree0262fc557d5a7be348bf09e3ae04b6f9ab3824b7 /bin
parent5190e35caa6421892131b2745f4501edea7b7b31 (diff)
✨ feat(dlclose_all_plug_enabled): 控制退出时是否调用dlclose,asan测试用
Diffstat (limited to 'bin')
-rw-r--r--bin/etc/sapp.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/etc/sapp.toml b/bin/etc/sapp.toml
index 8f2ef50..7b88469 100644
--- a/bin/etc/sapp.toml
+++ b/bin/etc/sapp.toml
@@ -63,6 +63,7 @@
#extract_linkdir_from_mac_in_mirror_mode=""
#destroy_all_plug_enabled = 1
+ #dlclose_all_plug_enabled = 1
### note, deployment.mode options: [mirror, inline, transparent]
[packet_io.deployment]
mode="inline"