diff options
| author | liuxueli <[email protected]> | 2020-12-30 14:11:00 +0600 |
|---|---|---|
| committer | liuxueli <[email protected]> | 2020-12-30 14:11:00 +0600 |
| commit | b9b15d63d5229754c7b9fbb83fb662489d6cc43d (patch) | |
| tree | f168135eeb12d814db74a31beacfc25b078e4fb2 /src | |
| parent | 414e0f1e109b02565c6d41c814e07e5a94a2f965 (diff) | |
修正NetApp quant的最大版本号
Diffstat (limited to 'src')
| -rw-r--r-- | src/gquic_process.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gquic_process.h b/src/gquic_process.h index 8552873..a2b0df2 100644 --- a/src/gquic_process.h +++ b/src/gquic_process.h @@ -158,7 +158,7 @@ enum _QUIC_VERSION QUIC_VERSION_UNKNOWN=0, //NetApp QUANT_VERSION_00=0x45474700, - QUANT_VERSION_FF=0x45474700, + QUANT_VERSION_FF=0x454747FF, //Private Octopus PICOQUIC_VERSION_30=0x50435130, @@ -215,8 +215,8 @@ enum _QUIC_VERSION GQUIC_VERSION_Q045=0x51303435, GQUIC_VERSION_Q046=0x51303436, GQUIC_VERSION_Q047=0x51303437, - GQUIC_VERSION_Q048=0x51303438, //Google QUIC with TLS - GQUIC_VERSION_Q049=0x51303439, //Google QUIC with TLS + GQUIC_VERSION_Q048=0x51303438, + GQUIC_VERSION_Q049=0x51303439, GQUIC_VERSION_Q050=0x51303530, GQUIC_VERSION_Q051=0x51303531, |
