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?

相关推荐
woho7788996 分钟前
不同网段IP的网络打印机,打印、扫描设置
运维·服务器·网络
CN.LG8 分钟前
抓包工具 Wireshark 是什么?
网络·测试工具·wireshark
耗子会飞14 分钟前
小白学习固定VM虚拟机的centos服务器的IP
运维·服务器·centos
Crazyong1 小时前
FreeRTOS-任务通知-1
网络
阿达_优阅达2 小时前
告别手工对账:xSuite 如何帮助 SAP 企业实现财务全流程自动化?
服务器·数据库·人工智能·自动化·sap·企业数字化转型·xsuite
JdayStudy2 小时前
SIR 网络传播仿真软件说明书
开发语言·网络·php
szm02252 小时前
计算机网络
网络
JicasdC123asd2 小时前
密集残差瓶颈网络改进YOLOv26特征复用与梯度传播双重优化
网络·yolo·目标跟踪
IMPYLH2 小时前
Linux 的 chroot 命令
linux·运维·服务器
克莱因3582 小时前
Linux Cent OS7 at定时任务
linux·运维·服务器