Last 12 weeks · 250 commits
4 of 6 standards met
Summary Correct the contributor license wording from BSD to MIT. Motivation The repository's file identifies mvfst as MIT licensed, while incorrectly described contributions as being licensed under BSD. This change aligns the contributor guidance with the project's actual license. This is a documentation-only correction with no runtime or API impact. Validation Confirmed the first line of is . Confirmed the stale BSD wording is absent from . Ran .
gcc fails to compile this header because the F14FastMap member instantiates traits over QueuedDatagram and DatagramFlowQueue while their default member initializers are still being parsed, so the implicitly defaulted constructors are not usable yet. Give both structs a user-provided default constructor instead of , which delays the constructor definition until the enclosing class is complete. Construction behavior is unchanged: the member initializers still supply the same defaults.
Repository: facebook/mvfst. Description: An implementation of the QUIC transport protocol. Stars: 1657, Forks: 291. Primary language: C++. Languages: C++ (89.5%), Python (5.2%), CMake (2.7%), Starlark (2.2%), Shell (0.2%). License: MIT. Open PRs: 11, open issues: 25. Last activity: 4h ago. Community health: 75%. Top contributors: mjoras, jbeshay, kvtsoy, hanidamlaj, ahornby, lnicco, wez, r-barnes, afrind, deadalnix and others.