diff options
| author | lijia <[email protected]> | 2024-08-29 11:00:28 +0800 |
|---|---|---|
| committer | lijia <[email protected]> | 2024-08-29 11:00:28 +0800 |
| commit | 2bb1e0673a69975ee1d6a4ac86f90a36c5f74fa8 (patch) | |
| tree | ae1df900590601e628940561a15b4713aeedb144 /src/quic_entry.cpp | |
| parent | 60b96b10eb985d13ef6df0f4fc525074e7128325 (diff) | |
Diffstat (limited to 'src/quic_entry.cpp')
| -rw-r--r-- | src/quic_entry.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/quic_entry.cpp b/src/quic_entry.cpp index d8cae1b..d3745f0 100644 --- a/src/quic_entry.cpp +++ b/src/quic_entry.cpp @@ -9,9 +9,9 @@ #include "quic_deprotection.h" #include "quic_util.h" -static const char *g_quic_proto_conffile="./conf/quic_decoder/main.conf"; +static const char *g_quic_proto_conffile="./conf/quic/main.conf"; // static const char *g_quic_regionname_conffile="./conf/quic/quic.conf"; -static const char *g_quic_log_path = "./log/quic_decoder/quic_decoder"; +static const char *g_quic_log_path = "./log/quic/quic"; #ifdef __cplusplus extern "C" { |
