image
pualwesley813

这家伙很懒,什么也没写

Ta上传的资源(0)个

improvingnetworkperformanceinmulticoresystemspaper

Today’sresource-intensiveapplicationsrunningonIntel®multi-coreprocessor-basedplatformsaredrivingtheneednotonlyforgreaternetworkingbandwidth,butalsofor

C 13 0 PDF 2020-01-24 14:01:13

Linux Device Drivers

Thisis,onthesurface,abookaboutwritingdevicedriversfortheLinuxsystem.Thatisaworthygoal,ofcourse;theflowofnewhardwareproductsisnotlikelytoslowdownanytim

Linux 18 0 ZIP 2019-09-26 04:09:24

unix网络编程2ipc

详细讲述了进程间通信的机制包括:管道和FIFO消息队列共享内存信号量等等

网络攻防 17 0 7Z 2019-09-09 23:09:31

ping代码实现包括如何使用gettimeofday计算时间差

系统自带的ping命令当它接送完所有ICMP报文后,会对所有发送和所有接收的ICMP报文进行统计,从而计算ICMP报文丢失的比率。为达此目的,定义两个全局变量:接收计数器和发送计数器,用于记录ICMP报文接受和发送数目。丢失数目=发送总数-接收总数,丢失比率=丢失数目/发送总数。

其他 32 0 C 2019-01-02 10:01:30