发布时间:2013-05-16 11:39:41
作者:gfree.wind@gmail.com 博客:blog.focus-linux.net linuxfocus.blog.chinaunix.net 微博:weibo.com/glinuxerQQ技术群:4367710编译内核模块时,一个源文件的Makefile模板到处都是:obj-m := module.oKERNELDIR := /lib/modules/$(shell uname -r)/buildPWD := $(shell pwd)default: $(MAKE) -C $(KERNELDIR) M=$(PWD) modulesclean......【阅读全文】
发布时间:2013-05-16 11:39:35
本文主要分析了TCP的三个接收队列中prequeue和backlog队列的作用......【阅读全文】