diff options
| author | 李佳 <[email protected]> | 2024-07-10 06:58:33 +0000 |
|---|---|---|
| committer | lijia <[email protected]> | 2024-07-17 16:29:42 +0800 |
| commit | 60b96b10eb985d13ef6df0f4fc525074e7128325 (patch) | |
| tree | 5b5b833295c37ae52c02eb9ccccc4dfa5598a377 /bin/quic.inf | |
Initial commitv1.0.2
Diffstat (limited to 'bin/quic.inf')
| -rwxr-xr-x | bin/quic.inf | 9 |
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" |
