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

5 Commits

Author SHA1 Message Date
Matt Joras
472e40a902 Implement handshake done and cipher dropping.
Summary: This implements the handshake done signal and also cipher dropping.

Reviewed By: yangchi

Differential Revision: D19584922

fbshipit-source-id: a98bec8f1076393b051ff65a2d8aae7d572b42f5
2020-02-27 12:25:52 -08:00
Raghu Nallamothu
e06de27550 Merge Application Close Frame and Connection Close Frame
Summary: As a part of Draft 17, application close frame has been removed, we use connection close frame to represent both application close and connection close.

Reviewed By: mjoras

Differential Revision: D18580856

fbshipit-source-id: d274fa2d3dbc59b926bca5a2b8a20328ae582703
2019-12-03 15:02:06 -08:00
Yang Chi
12a7f4aed7 Add copyright comment line to some Quic files
Summary: as title

Reviewed By: sharma95

Differential Revision: D18691231

fbshipit-source-id: 6e71e87d6baafd730c769bdc2cf9a979830489bd
2019-11-26 03:42:19 -08:00
Raghu Nallamothu
e06c0848e0 T24905463 - [quic][ping] Implement ping in Quic
Summary: Implement ping functionality in ping

Reviewed By: yangchi

Differential Revision: D17885286

fbshipit-source-id: 4c328d14a023057d6889818250c0129c06e60874
2019-10-21 17:07:12 -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