mirror of
https://github.com/facebookincubator/mvfst.git
synced 2025-08-08 09:42:06 +03:00
Update flow control settings names to reflect that these are indeed flow
Summary: Update flow control settings names to reflect that these are indeed flow control Reviewed By: jbeshay Differential Revision: D48137685 fbshipit-source-id: a48372e21cdd529480e25785a9bd5de456427ef3
This commit is contained in:
committed by
Facebook GitHub Bot
parent
9314319967
commit
264bf20d9a
@@ -580,13 +580,13 @@ class QuicTransportImplTest : public Test {
|
||||
&connCallback);
|
||||
auto& conn = *transport->transportConn;
|
||||
conn.flowControlState.peerAdvertisedInitialMaxStreamOffsetBidiLocal =
|
||||
kDefaultStreamWindowSize;
|
||||
kDefaultStreamFlowControlWindow;
|
||||
conn.flowControlState.peerAdvertisedInitialMaxStreamOffsetBidiRemote =
|
||||
kDefaultStreamWindowSize;
|
||||
kDefaultStreamFlowControlWindow;
|
||||
conn.flowControlState.peerAdvertisedInitialMaxStreamOffsetUni =
|
||||
kDefaultStreamWindowSize;
|
||||
kDefaultStreamFlowControlWindow;
|
||||
conn.flowControlState.peerAdvertisedMaxOffset =
|
||||
kDefaultConnectionWindowSize;
|
||||
kDefaultConnectionFlowControlWindow;
|
||||
conn.streamManager->setMaxLocalBidirectionalStreams(
|
||||
kDefaultMaxStreamsBidirectional);
|
||||
conn.streamManager->setMaxLocalUnidirectionalStreams(
|
||||
|
Reference in New Issue
Block a user