随笔分类 -  Socket

摘要:server.c #include <stdio.h> #include <stdlib.h> #include <unistd.h> #include <errno.h> #include <string.h> #include <sys/types.h> #include <sys/socket 阅读全文
posted @ 2022-07-19 09:05 萧海~ 阅读(2757) 评论(0) 推荐(0) 编辑
摘要:简述三次握手和四次挥手 (1)TCP三次握手 第一次握手:建立连接时,客户端发送syn包(syn=x)到服务器,并进入SYN_SENT状态,等待服务器确认;SYN:同步序列编号(Synchronize Sequence Numbers)。 第二次握手:服务器收到syn包,必须确认客户的SYN(ack 阅读全文
posted @ 2022-07-16 15:43 萧海~ 阅读(513) 评论(0) 推荐(0) 编辑
摘要:本文经过借鉴书籍资料、他人博客总结出的知识点,欢迎提问 序列号seq:占4个字节,用来标记数据段的顺序,TCP把连接中发送的所有数据字节都编上一个序号,第一个字节的编号由本地随机产生;给字节编上序号后,就给每一个报文段指派一个序号;序列号seq就是这个报文段中的第一个字节的数据编号。 确认号ack: 阅读全文
posted @ 2022-07-03 17:23 萧海~ 阅读(118) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2021-05-16 18:12 萧海~ 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2021-04-29 15:21 萧海~ 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2021-04-20 21:26 萧海~ 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2021-04-17 12:19 萧海~ 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2021-04-16 13:36 萧海~ 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2021-04-16 09:16 萧海~ 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2021-04-09 16:59 萧海~ 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2021-03-02 21:29 萧海~ 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2021-03-02 21:23 萧海~ 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2021-02-03 19:05 萧海~ 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2021-02-03 19:03 萧海~ 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2021-02-03 14:22 萧海~ 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2021-01-28 22:36 萧海~ 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2021-01-28 15:37 萧海~ 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2021-01-28 15:09 萧海~ 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2021-01-21 22:17 萧海~ 阅读(0) 评论(0) 推荐(0) 编辑