TCP的FIN报文可否携带数据

问题发现:

发现FTP-DATA数据传输完,TCP的挥手似乎只有两次

实际发现FTP-DATA报文中,TCP层flags中携带了FIN标志

piggyback FIN

问题转化为

TCP packet中如果有FIN flag,该报文还能携带data数据么?

答案是肯定的

RFC793中描述:

The SYN and FIN

are the only controls requiring this protection, and these controls

are used only at connection opening and closing. For sequence number

purposes, the SYN is considered to occur before the first actual data

octet of the segment in which it occurs, while the FIN is considered

to occur after the last actual data octet in a segment in which it

occurs.

按道理应该是可以再TCP FIN报文中插入data数据的。

有个资料中显示ACK也可携带data,这叫piggybacking
pdf

那么FIN报文中携带数据

是不是叫piggyback FIN?

相关推荐
星释8 小时前
Rust 练习册 57:阿特巴什密码与字符映射技术
服务器·算法·rust
顾安r10 小时前
11.20 开源APP
服务器·前端·javascript·python·css3
侯小啾11 小时前
理解计算机网络中的MAC地址
网络·计算机网络·macos·mac
甄心爱学习11 小时前
计算机网络12
运维·服务器·网络
moringlightyn11 小时前
Linux---进程状态
linux·运维·服务器·笔记·操作系统·c·进程状态
swanwei12 小时前
量子科技对核心产业的颠覆性影响及落地时间表(全文2500字)
大数据·网络·人工智能·程序人生·量子计算
大、男人12 小时前
目标URL存在http host头攻击漏洞
网络·网络协议·http
BUG_MeDe13 小时前
openssl 生成自签名证书步骤
服务器·https·ssl·数字证书
运维行者_13 小时前
网站出现 525 错误(SSL 握手失败)修复指南
服务器·网络·数据库·redis·网络协议·bootstrap·ssl
q***37514 小时前
Nginx如何实现 TCP和UDP代理?
tcp/ip·nginx·udp