1、TCP/IP HTTP协议(1)TCP报文头格式(2)TCP连接的建立与终止,三次握手、四次挥手(3)TCP的状态转移图2、UNIX网络编程(1)并发服务器,多进程、多线程编程3、数据库(1)MySQL4、服务器(1)nginx(2)Apache(3)IIS5、脚本语言(1)shell(2)P....
分类:
其他好文 时间:
2015-03-18 01:03:46
阅读次数:
110
#include #include "../lib/unpsunyj.h" // Daytime server that prints client IP address and port int main(int argc, char **argv)
{ int listenfd; ...
分类:
其他好文 时间:
2015-03-15 18:15:40
阅读次数:
132
1: #include 2: #include "../lib/unpsunyj.h" 3: 4: int main(int argc, char **argv) 5: { 6: union { 7: short s; 8: char c[sizeo...
分类:
编程语言 时间:
2015-03-15 13:40:10
阅读次数:
210
IPv4套接字地址结构struct in_addr { in_addr_t s_addr; };struct sockaddr_in { uint8_t sin_len; /* length of structure (16) bytes */ ...
分类:
其他好文 时间:
2015-03-15 00:45:33
阅读次数:
134
好久不读不用又忘得差不多了,还是感叹Richard Stevens真是太刁,25年前第一版。"Tcp state diagram fixed new" by Scil100. Licensed under CC BY-SA 3.0 via Wikimedia Commons - http://com...
分类:
其他好文 时间:
2015-03-14 22:59:36
阅读次数:
157