标签:blog http 使用 数据 2014 log sp on ad
第一章:
C/C++语言提供两种不同的编程模式:IPL32和PL64。
? IPL32
● 表示integer/pointer/long三种数据类型是32位(4个字节),在这种模式下,提供32
位的地址空间,理论的内存使用限制为4G。
? PL64
● 表示pointer/long两种数据类型是64位(8个字节),提供64位地址空间,使用内存超
过4G(达2^60bytes=1EB)。
more infoabout IPL32 and PL64, please refer to http://www-31.ibm.com/cn/downloadfiles/tsc/faq/cyberclass/aixmig/aixmig.pdf
第二章:
TCP 连接建立过程:
TCP 连接解除过程:
TCP 状态和socket 函数调用对应关系:
标签:blog http 使用 数据 2014 log sp on ad
原文地址:http://www.cnblogs.com/diegodu/p/3939281.html