summaryrefslogtreecommitdiff
path: root/bin/quic.inf
diff options
context:
space:
mode:
author李佳 <[email protected]>2024-07-10 06:58:33 +0000
committerlijia <[email protected]>2024-07-17 16:29:42 +0800
commit60b96b10eb985d13ef6df0f4fc525074e7128325 (patch)
tree5b5b833295c37ae52c02eb9ccccc4dfa5598a377 /bin/quic.inf
Initial commitv1.0.2
Diffstat (limited to 'bin/quic.inf')
-rwxr-xr-xbin/quic.inf9
1 files changed, 9 insertions, 0 deletions
diff --git a/bin/quic.inf b/bin/quic.inf
new file mode 100755
index 0000000..2e73f7d
--- /dev/null
+++ b/bin/quic.inf
@@ -0,0 +1,9 @@
+[[plugin]]
+path = "./stellar_plugin/quic_decoder/quic_decoder.so"
+init = "QUIC_ONLOAD"
+exit = "QUIC_UNLOAD"
+
+[[plugin]]
+path = "./stellar_plugin/quic_decoder/quic_decoder_test_plug.so"
+init = "QUIC_TEST_PLUG_INIT"
+exit = "QUIC_TEST_PLUG_DESTROY"