Montag, 21. Juni 2010

linux kernel tcpip

linux kernel tcpip

Quoted from : professional Linux kernel architecture by Wolfgang Mauerer

1. Userspace : Application ,C standard library
2. Application Layer Kernel : struct socket, struct sock
3. Transport layer : struct proto
4. Network layer : struct packet_type ( protocol specific)
5. Host to Host layer : dev.c, struct net_device, driver.c and hardware specific

http://docstore.mik.ua/orelly/networking_2ndEd/tcp/index.htm

Keine Kommentare: