Ask HN: Do any books on OS Design cover TCP/IP stack implementations and algos
4 points by ZevsVultAveHera a day ago | 6 comments
This topic seems to be cheerfully absent from most popular books on Operating Systems. Both from the USA and Europe (at least among English language publications). Is it because TCP/IP stacks are that trivial or they are that arcane and scary?
I cannot even recall hearing mentions of any book covering that field in all may years of doing IT stuff and reading CS literature. If no typical Operating System design books cover them are they covered in any other kind of publications?
checker659 a day ago |
Does an old book count? If yes, I believe "TCP/IP Illustrated, Volume 2" is about the implementation.
Unless you're looking for kernel level implementation, you could take a look at userspace implementations. Google for "DPDK tcp ip" or something to that effect.