Implementing RFC1149
It’s been twelve years since I started writing TCP/IP stacks (the underlying protocol that governs how all the computers on the Internet talk to each other) and finally I’ve had the opportunity to create an implementation (albeit parital) of RFC1149.
This will be of little interest to almost everyone who reads this blog, but it made a small part of me disproportionately proud. However, a quick search on google shows that I wasn’t the first and their implementation is much more complete than mine.