ly21stly21st.blog.chinaunix.net
ly21st
http://blog.csdn.net/ly21st http://ly21st.blog.chinaunix.net
全部博文(214)
Go Programm(4)
sync(1)
strconv(1)
time(1)
正则表达式(1)
path(1)
os(1)
net(1)
log(1)
io(1)
flag(2)
lua参考资料(0)
ddd安装(0)
eclipse安装与配(3)
python的内嵌与扩(2)
python知识点(13)
Python2.5库(9)
Python源码剖析(4)
python基础教程(11)
STL(2)
2018年(16)
2015年(1)
2014年(2)
2012年(22)
2011年(173)
surpassg
无赖皮肤
张瑛瑛
pk984813
小小小毛
cj83226
laitianl
fengyuti
张子萌
LorryLR
cynthia
老哥我是
__dylan
王楠w_n
oy_2018
OsAtNbZS
__HiSold
ichao121
分类: LINUX
2011-10-16 15:38:23
我们可以把和网络有关的请求分为6类:
1)套接口操作;
2)文件操作
3)接口操作
4)ARP高速缓存操作
5)路由表操作
6)流系统
16.2 文件操作
在网络编程中使用的ioctl命令可分为六类:
1)套接口操作(是否位于带外标志上?),
2)文件操作(设置或清除非阻塞标志),
3)接口操作(返回接口表,获取广播地址),
4)ARP表操作(创建,修改,获取,删除),
5)路由表操作(增加和删除),
6)流系统。
上一篇:启动和关闭crond守护进程
下一篇:如何定义和使用Python中常量
登录 注册