diff options
| author | 李佳 <[email protected]> | 2024-07-10 06:58:33 +0000 |
|---|---|---|
| committer | lijia <[email protected]> | 2024-07-11 11:23:10 +0800 |
| commit | 4782225f29b6f80ee023297d0a0726c6c798e3d7 (patch) | |
| tree | 35e385984c8312daf1de3f479af5523928626f54 /bin | |
Initial commitv1.0.1
Diffstat (limited to 'bin')
| -rw-r--r-- | bin/main.conf | 7 | ||||
| -rwxr-xr-x | bin/quic.conf | 8 | ||||
| -rwxr-xr-x | bin/quic.inf | 9 |
3 files changed, 24 insertions, 0 deletions
diff --git a/bin/main.conf b/bin/main.conf new file mode 100644 index 0000000..d35a5ab --- /dev/null +++ b/bin/main.conf @@ -0,0 +1,7 @@ +[QUIC] +QUIC_PORT_LIST=443;8443;4433; +LOG_LEVEL=30 +LOG_PATH="./log/quic_decoder/quic_decoder" +DECRYPTED_SWITCH=2 +#MAX_PARSE_PKT_NUM=3 +MAX_CHLO_SIZE=4096 diff --git a/bin/quic.conf b/bin/quic.conf new file mode 100755 index 0000000..d93181b --- /dev/null +++ b/bin/quic.conf @@ -0,0 +1,8 @@ +0 QUIC_INTEREST_KEY +1 QUIC_CLIENT_HELLO +2 QUIC_SERVER_HELLO +3 QUIC_CACHED_CERT +4 QUIC_COMM_CERT +5 QUIC_CERT_CHAIN +6 QUIC_APPLICATION_DATA +7 QUIC_VERSION
\ No newline at end of file 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" |
