Linux kernel design patterns - part 3
Posted Jun 23, 2009 10:17 UTC (Tue) by
hppnq (guest, #14462)
In reply to:
Linux kernel design patterns - part 3 by johill
Parent article:
Linux kernel design patterns - part 3
Also, you can ignore the fact that I mentioned TCP, and my point still stands with just plain IPv4, it's implemented as a midlayer.
It's not. There is no abstraction that typifies the layer. You are confusing the typical network protocol's layered design with an OS kernel design pattern.
In any case, it would be near impossible to implement networking as a library approach since afaict that would mean you'd have sockets tied to NICs and would have to provide migration for that, or something like that.
Sockets are of course bound to an interface, where appropriate. "Sockets" are a library. I must admit I am not sure what you are trying to to say here.
What could be considered a networking midlayer is the integration of network and Unix domain sockets. And that, indeed, is perhaps not such a great idea (see X11), but YMMV (see X11).
(
Log in to post comments)