mirror of
https://github.com/facebookincubator/mvfst.git
synced 2025-11-09 10:00:57 +03:00
Revert To UnlimitedWritableBytes for Probes
Summary: - as title; ninja landing this because jf land doesn't work Reviewed By: mjoras Differential Revision: D35446781 fbshipit-source-id: 73cfbd19da3922a9b3471a95006b817ea495768b
This commit is contained in:
committed by
Facebook GitHub Bot
parent
dcb77ea09c
commit
61deaef637
@@ -1469,7 +1469,7 @@ uint64_t writeProbingDataToSocket(
|
|||||||
builder,
|
builder,
|
||||||
pnSpace,
|
pnSpace,
|
||||||
cloningScheduler,
|
cloningScheduler,
|
||||||
congestionControlWritableBytes,
|
unlimitedWritableBytes,
|
||||||
probesToSend,
|
probesToSend,
|
||||||
aead,
|
aead,
|
||||||
headerCipher,
|
headerCipher,
|
||||||
@@ -1493,7 +1493,7 @@ uint64_t writeProbingDataToSocket(
|
|||||||
builder,
|
builder,
|
||||||
pnSpace,
|
pnSpace,
|
||||||
pingScheduler,
|
pingScheduler,
|
||||||
congestionControlWritableBytes,
|
unlimitedWritableBytes,
|
||||||
probesToSend - written,
|
probesToSend - written,
|
||||||
aead,
|
aead,
|
||||||
headerCipher,
|
headerCipher,
|
||||||
|
|||||||
Reference in New Issue
Block a user