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:
committed by
Facebook Github Bot
parent
002a2ebf8e
commit
f4e90017a3
@@ -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()
|
||||
|
Reference in New Issue
Block a user