Linux kernel design patterns - part 3
Linux kernel design patterns - part 3
Posted Jun 28, 2009 19:30 UTC (Sun) by marcH (subscriber, #57642)In reply to: Linux kernel design patterns - part 3 by johill
Parent article: Linux kernel design patterns - part 3
> In any case, it would be near impossible to implement networking as a library approach
I think Van Jacobson's did that, check his "network channels": http://lwn.net/Articles/169961/ . The motivation was performance.
(thanks to hppnq for pointing this out)