1
0
mirror of https://github.com/facebookincubator/mvfst.git synced 2025-11-25 15:43:13 +03:00
Commit Graph

7 Commits

Author SHA1 Message Date
Matt Joras
e2be4562a1 Use createCombined more frequently.
Summary: This is a pretty obvious thing to do. There's not really any reason to have the data and metadata separately since we don't need to reallocate.

Reviewed By: jbeshay

Differential Revision: D36237370

fbshipit-source-id: 093ad7fb2c54b596ea5cc327ffcc24de1748d362
2022-05-09 23:47:37 -07:00
Jianfeng Tang
00e369e592 update writePacketsGroup to return both the number of packets and bytes have been sent
Summary: Currently writePacketsGroup returns the number of packets it sent. Update it to return the number of bytes has been sent too.

Reviewed By: mjoras

Differential Revision: D34280604

fbshipit-source-id: 5cc4047401a00054a2bc0a0e7429a3beaa046f44
2022-02-18 16:24:18 -08:00
Hani Damlaj
00e67c1bf9 mvfst License Header Update
Reviewed By: lnicco

Differential Revision: D33587012

fbshipit-source-id: 972eb440f0156c9c04aa6e8787561b18295c1a97
2022-01-18 13:56:12 -08:00
Hani Damlaj
2660a288b3 Update Company Name
Summary: - as title

Reviewed By: lnicco

Differential Revision: D33513410

fbshipit-source-id: 282b6f512cf83b9abb7990402661135b658f7bd1
2022-01-13 12:07:48 -08:00
Matt Joras
88991dd58a Refactor RequestGroup, persist ciphers.
Summary: This makes the RequestGroup its own struct so we don't have so much redundant information in the requests.

Reviewed By: shodoco

Differential Revision: D32175496

fbshipit-source-id: 7365f55133f2eeebd16b8a534e7e4ce08842d327
2021-11-09 16:55:08 -08:00
Matt Joras
612a00c3f9 Move happy eyeballs state to client state.
Summary: This doesn't belong in the generic state. Untangling it is a little difficult, but I think this solution is cleaner than having it in the generic state.

Reviewed By: JunqiWang

Differential Revision: D29856391

fbshipit-source-id: 1042109ed29cd1d20d139e08548d187b469c8398
2021-07-23 14:21:16 -07:00
Yang Chi
3560e52ba6 Move QUIC DSR Backend to OSS: quic/dsr/backend dir
Summary: as title

Reviewed By: mjoras

Differential Revision: D27999776

fbshipit-source-id: c092bc18c5212d5f6f1d0dfcb59f26645d448701
2021-05-10 16:55:12 -07:00