From here begins the journey of mercilessly thrashing the compiler with C++ templates...
An in-depth analysis of Chromium’s DNS request flow, and how to implement detailed logging for DNS requests.
More or less an interview question I prepared in my spare time. When I interview people later, let’s see who still dares to write “proficient in C++” on their resume…
Recently I have been looking into low-level packet transmission analysis for APP applications and read some libpcap-related source code. Here I briefly pick a small tool based on libpcap to practice by analyzing it.
Annotated WebBench source code with a brief analysis.
Annotated TinyHttpd source code and a brief analysis.