September 2014
Intermediate to advanced
928 pages
31h 47m
English
This course describes the FreeBSD networking stack. It is made up of a series of lectures derived from tutorials given by George Neville-Neil.
The class currently consists of four lectures, though additional lectures are being developed. The current lecture topics are:
1. Device Drivers: how to write and maintain network drivers in FreeBSD. By way of example it uses the Intel Gigabit Ethernet driver (igb). The lecture covers the basic data structures and APIs necessary to implement a network driver in FreeBSD. It is specific enough that given a device and a manual, you should be able to develop a working driver on your own.
2. The IPv6 Stack: an in-depth discussion and code walk-through of version ...