www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - [SAoC2022] QUIC Protocol : Milestone 1, Part 3 & 4

reply Vlad =?UTF-8?B?Q2hpY2/ImQ==?= <vladut.chicos gmail.com> writes:
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
parent a11e99z <black80 bk.ru> writes:
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