mirror of
https://github.com/facebookincubator/mvfst.git
synced 2025-07-29 03:41:11 +03:00
Add number of pings frames sent on conn
Reviewed By: hanidamlaj Differential Revision: D63334030 fbshipit-source-id: c3cf2eb365b254e626e4331699aec09b436f6beb
This commit is contained in:
committed by
Facebook GitHub Bot
parent
d9a995bf56
commit
188e44ac19
@ -787,6 +787,7 @@ void updateConnection(
|
||||
if (conn.transportSettings.ptoPingFrames) {
|
||||
retransmittable = true;
|
||||
}
|
||||
conn.numPingFramesSent++;
|
||||
break;
|
||||
case QuicWriteFrame::Type::QuicSimpleFrame: {
|
||||
const QuicSimpleFrame& simpleFrame = *frame.asQuicSimpleFrame();
|
||||
|
Reference in New Issue
Block a user