digitalmars.D - [SAoC2022] QUIC Protocol : Milestone 1, Part 3 & 4
- Vlad =?UTF-8?B?Q2hpY2/ImQ==?= (7/7) Oct 20 2022 Hi! I did some more work on my frame/packet reading/writing code.
- a11e99z (6/6) Oct 23 2022 maybe better to wrap MS-QUIC? (imo more guaranties in all)
Hi! I did some more work on my frame/packet reading/writing code. My mentor encouraged me to work on an implementation that uses D's metaprogramming features. With a single "reader" struct, a single "writer" and a set of UDAs I can now encode/decode QUIC packets, QUIC frames, TLS frames and TLS extensions, even if each one of them has different encoding rules. https://github.com/dlang-community/quic-d/pull/4
Oct 20 2022
maybe better to wrap MS-QUIC? (imo more guaranties in all) not just for C-API (importC?), but in C++ style (that is in source already). vcpkg + ms-quic https://github.com/microsoft/vcpkg https://github.com/microsoft/msquic
Oct 23 2022