Last 12 weeks · 340 commits
4 of 6 standards met
…ive_connection_id_limit Per RFC 9000 Section 5.1.1, after processing a NEW_CONNECTION_ID frame, if the number of active connection IDs exceeds the advertised active_connection_id_limit, an endpoint MUST close the connection with an error of type CONNECTION_ID_LIMIT_ERROR. mvfst previously ignored such frames silently, based on behavior that was unspecified as of draft-23. Add the missing CONNECTION_ID_LIMIT_ERROR (0x09) code from RFC 9000 to TransportErrorCode, with toString support. Return a connection error from updateSimpleFrameOnPacketReceived instead of dropping the frame when the limit is exceeded. Update client and server transport tests to expect the connection close. Fixes facebook/mvfst#320
I have been trying to build the project for so long and I have tried all the ways given in README . I am using UBUNTU 24.04 LTS . First and recommended way give me following error while the 2nd method leads to following Please help me building the project. Hoping for a detailed process to build the project.
Summary: Adds a compile-time selector for the mvfst logging backend, mirroring the pattern from the wangle (D106528033) and fizz (D106535580) shims. A new `MVFST_LOGGING_GLOGMVFST_LOGGING_XLOGMVFST_LOGGING_DISABLED-DMVFST_LOGGING_BACKEND={GLOG,XLOG,DISABLED}//quic:logging_configMvfstLogging.hMvfstCheck.hfacebook/-mobile.hMVLOG_MVVLOGMVVLOG_IFMVCHECKMVDCHECKLOGVLOGCHECKXLOG(level)XLOG(DBG##n)XCHECK*MVFST_LOGGING_DBG_10..30 := DBG9MVVLOG(20)QuicCubic.cppQuicReadCodec.cppQuicServerTransportTestUtil.hNoopStreamassert()std::abort()MVCHECK_NOTNULLMVDCHECK_NOTNULLXCHECK_NOTNULLLogMessageVoidifyQuicBatchWriter.hQuicGsoBatchWriters.hstatic const size_t kMaxIovecs = 64;static constexprXCHECK_LT(... << kMaxIovecs)CHECK_LTXCHECK_LT` does. Differential Revision: D106885496
Hi all, No real bug, just an update for the README of fizz, folly and mvfst If you are using brew on OSX and install fmt (dependency of folly), then you get errors during build, using "build_helper.sh" _ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation)_ Look in the error for "fmt::v8" or "fmt::v7" or other version of fmt. And just run "brew remove fmt" All builds work and all mvfst tests pass :) Hope this helps, J
Repository: facebook/mvfst. Description: An implementation of the QUIC transport protocol. Stars: 1651, Forks: 286. Primary language: C++. Languages: C++ (89%), Python (5.6%), CMake (2.9%), Starlark (2.2%), Shell (0.2%). License: MIT. Open PRs: 8, open issues: 27. Last activity: 19h ago. Community health: 75%. Top contributors: mjoras, jbeshay, kvtsoy, hanidamlaj, ahornby, lnicco, wez, r-barnes, deadalnix, afrind and others.