ChinaUnix.net
相关文章推荐:

proto文件交叉编译规则

路由器是C1841 IPBASE ,交换机3500XL Router#show inter fa 0/0 FastEthernet0/0 is up, line protocol is up Hardware is Gt96k FE, address is 001e.7aad.fa44 (bia 001e.7aad.fa44) Description: $ETH-LAN$ Internet address is 192.168.0.1/24 MTU 1500 bytes, BW 100000 Kbit, DLY 100 usec, reliability 255/255, txload 1/255, rxload 1/255 Encapsulation ARPA, loopback not set Keepalive set...

by qzc111 - 网络技术 - 2008-10-20 10:44:35 阅读(5511) 回复(19)

交换机路由器

相关讨论

proto_ops{}结构在linux\net.h中定义。是对应于socket套接口的操作集。但是我对其中的poll()函数不明白。它在proto_ops{}结构中定义如下: unsigned int (*poll) (struct file *file, struct socket *sock, struct poll_table_struct *wait); 我看了《UNIX网络编程》中对poll函数的介绍: poll 函数 原型: int poll (struct pollfd *fdarray, unsigned long nfds, int timeout ) 第一个参数是指向结构数组第一个元素的指针: s...

by flyingpiggy_zhu - 内核/嵌入技术 - 2006-01-14 17:34:17 阅读(1710) 回复(3)