近期网络相关的一些学习资料
用户态驱动与netmap:
1、http://www.dpdk.org/(data plane development kit)
2、http://info.iet.unipi.it/~luigi/research.html(netmap相关的研究论文)
c10k问题:
1、http://highscalability.com/blog/2013/5/13/the-secret-to-10-million-concurrent-connections-the-kernel-i.html(C10K问题)
网络收发包流程与协议栈相关:
1、http://www.chinaunix.net/old_jh/4/758787.html
2、http://ftp.gnumonks.org/pub/doc/packet-journey-2.4.html(The journey of a packet through the linux 2.4 network stack)
3、http://blog.chinaunix.net/uid-8550681-id-3350245.html( Linux协议栈报文收发流程记录)
http://zgykill.lofter.com/post/19b38e_a26bb1
4、http://www.cnblogs.com/hilyhoo/articles/1547105.html(网络数据包发送接收全过程)