1
0
mirror of https://github.com/facebookincubator/mvfst.git synced 2025-08-06 22:22:38 +03:00

Add mvfst specific encryption level (#26)

Summary:
This ensure a lot of code do not depend on fizz anymore.
Pull Request resolved: https://github.com/facebookincubator/mvfst/pull/26

Reviewed By: mjoras, JunqiWang

Differential Revision: D16030663

Pulled By: yangchi

fbshipit-source-id: a3cc34905a6afb657da194e2166434425e7e163c
This commit is contained in:
Amaury Séchet
2019-06-27 14:05:48 -07:00
committed by Facebook Github Bot
parent 002a2ebf8e
commit f4e90017a3
24 changed files with 110 additions and 73 deletions

View File

@@ -35,7 +35,7 @@ uint64_t writeProbingDataToSocketForTest(
QuicVersion version) {
FrameScheduler scheduler = std::move(FrameScheduler::Builder(
conn,
fizz::EncryptionLevel::AppTraffic,
EncryptionLevel::AppData,
PacketNumberSpace::AppData,
"test")
.streamFrames()