QUIC in .NET - Comparison and Interop with msquic

Written on May 21, 2020

I am slowly nearing state when my implementation is feature complete (from the perspective of my master thesis goals), and I am slowly tying up loose ends of the implementation. There are still around 70 TODO items scattered throughout the code, but many of them are placeholders for future feature implementations and are not important from the thesis perspective.

Read More

QUIC in .NET - Benchmarks and Road to Stability

Written on April 30, 2020

It has been nearly two weeks since my last update, so I decided it's about time I summarize what was I was up to. I had an idea that it would be nice to create performance benchmarks early in the development, so that I am able to track performance improvements as I implement more features and optimizations.

Read More

QUIC in .NET - The Master Thesis

Written on April 17, 2020

In the past few months, I have been working on implementation of my master thesis at Charles University. The topic of the thesis is 'QUIC protocol implementation for .NET' and it is the most challenging journey I have emgarked on so far. Which is exactly what I was looking for because otherwise I would feel like I got my university diploma too easily.

Read More