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

3 Commits

Author SHA1 Message Date
Joseph Beshay
42a59f9a45 Fix LibevQuicAsyncUDPSocket write for macOS
Summary: Previously, writing would fail due to the wrong address size being used. This fixes it.

Reviewed By: lhuang04

Differential Revision: D53627612

fbshipit-source-id: cecbecd210580287336d0e72f486b1044bffb035
2024-02-09 16:31:52 -08:00
Matt Joras
e758a074e3 Don't log for GRO/timestamping not implemented
Summary:
It's fine to just return that it didn't work.

(Note: this ignores all push blocking failures!)

Reviewed By: kvtsoy

Differential Revision: D53298640

fbshipit-source-id: 7a25351a716541c1f028c28c40be30fde821b5cd
2024-01-31 21:04:21 -08:00
Joseph Beshay
0b4b1ae8e4 Add LibevQuicAsyncUDPSocket implementation
Summary: Introduces LibevQuicAsyncUDPSocket; a pure libc socket wrapper that implements QuicAsyncUDPSocket that is driven by LibevQuicEventBase.

Reviewed By: mjoras

Differential Revision: D51285024

fbshipit-source-id: 92c5ef6e8d0ed051624a60a1854d0805df31894e
2023-12-14 00:24:12 -08:00