diff options
| author | lijia <[email protected]> | 2024-06-24 18:37:07 +0800 |
|---|---|---|
| committer | lijia <[email protected]> | 2024-06-25 11:14:35 +0800 |
| commit | fba00d59cbae937b0132507c2b82ecb8da36b57b (patch) | |
| tree | 53d77ae8db6db8a247d4c9604cd015fff09e4110 /bin | |
| parent | 82cd2ced07a3c3d893d44943259c40dd6b269374 (diff) | |
feat: add history and lastest different version test stage; decoder result use struct iovec.dev-2.0
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/quic.inf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/quic.inf b/bin/quic.inf index 684de9b..cccf5e1 100755 --- a/bin/quic.inf +++ b/bin/quic.inf @@ -1,9 +1,9 @@ [[plugin]] -path = "./stellar_plugin/quic.so" +path = "./stellar_plugin/quic/quic.so" init = "QUIC_ONLOAD" exit = "QUIC_UNLOAD" [[plugin]] -path = "./stellar_plugin/quic_test_plug.so" +path = "./stellar_plugin/quic/quic_test_plug.so" init = "QUIC_TEST_PLUG_INIT" -exit = "QUIC_TEST_PLUG_DESTROY"
\ No newline at end of file +exit = "QUIC_TEST_PLUG_DESTROY" |
