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

2 Commits

Author SHA1 Message Date
Yedidya Feldblum
f8ccdde463 migrate from FOLLY_MAYBE_UNUSED to [[maybe_unused]]
Reviewed By: ot, Orvid, xinchenguo

Differential Revision: D54089810

fbshipit-source-id: c88eb520404590c9759e0e29966d1399c26a2244
2024-02-28 13:28:26 -08:00
Joseph Beshay
da56dfa599 Add new interface QuicAsyncUDPSocket
Summary:
This adds a new abstract class for a QuicAsyncUDPSocket abstraction that will be used by Mvfst instead of directly using folly objects. This will allow plugging in different implementations. The two that are currently planned are:
- folly-based
- pure libev based

Reviewed By: mjoras, sharmafb

Differential Revision: D50809223

fbshipit-source-id: 3852c9a7459b45d79e39ff24e7fc725e8703d3b8
2023-12-14 00:24:12 -08:00