1
0
mirror of https://github.com/facebookincubator/mvfst.git synced 2025-11-10 21:22:20 +03:00
Commit Graph

3 Commits

Author SHA1 Message Date
Aman Sharma
4a7ddd92af Add "RetryPacket" QLogger event
Summary:
This adds a QLog event for Retry packets. There are three fields:
- packetType: This is always "RETRY"
- packetSize: The size of the entire packet
- tokenSize: The size of the retry token

Reviewed By: mjoras

Differential Revision: D20910017

fbshipit-source-id: feb4abbf0d15ff7b24fd11f00634e9da84bf8333
2020-04-21 13:40:53 -07:00
Yang Chi
9247b8f49b Change Quic qlogger vantage point to enum
Summary: To prevent adhoc string passed in

Reviewed By: sharma95

Differential Revision: D18013615

fbshipit-source-id: 6f5512468755c2b1ecbba3ba42188fa22f4e94b9
2019-10-23 10:16:58 -07:00
Subodh Iyengar
8750462043 Separate out qlogger code into baseqlogger
Summary:
Move major QLogger code into BaseQLogger so that mobile clients can choose not
to depend on it.

Reviewed By: mjoras

Differential Revision: D17781130

fbshipit-source-id: 3e35c552c8948a8c15ddb0170d28a92326aea9e1
2019-10-07 22:43:32 -07:00