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 /src/quic_process.h | |
| parent | 82cd2ced07a3c3d893d44943259c40dd6b269374 (diff) | |
feat: add history and lastest different version test stage; decoder result use struct iovec.dev-2.0
Diffstat (limited to 'src/quic_process.h')
| -rw-r--r-- | src/quic_process.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/quic_process.h b/src/quic_process.h index 26c7f8b..6bca878 100644 --- a/src/quic_process.h +++ b/src/quic_process.h @@ -288,9 +288,9 @@ enum QUIC_VERSION_T struct quic_info { unsigned int quic_version; - struct qstring sni; - struct qstring user_agent; - struct qstring payload; + qstring sni; + qstring user_agent; + qstring payload; // struct quic_client_hello *client_hello; }; |
