summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/main.conf7
-rwxr-xr-xbin/quic.conf8
-rwxr-xr-xbin/quic.inf9
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"