microsoft / msquic

Cross-platform, C implementation of the IETF QUIC protocol, exposed to C, C++, C# and Rust.
MIT License
4.03k stars 530 forks source link

Receive Buffer Documentation #4384

Open nibanks opened 3 months ago

nibanks commented 3 months ago

Description

With the recent work on the receive buffer interface, we decided that the code was complex enough that we should document the design/architecture.

Testing

N/A

Documentation

Added

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 85.23%. Comparing base (394f1d1) to head (25f411d).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #4384 +/- ## ========================================== + Coverage 84.40% 85.23% +0.82% ========================================== Files 56 56 Lines 15426 15426 ========================================== + Hits 13021 13149 +128 + Misses 2405 2277 -128 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.