Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
1)在 TCP 中,校验和是否也在数据字段上完成?
在http://www.ietf.org/rfc/rfc793.txt站点中,据说“校验和字段是标题和文本中所有 16 位字的反码和的 16 位反码”
2)“文本”一词是什么意思?
引用的“文本”是数据包的主体。所以是的,校验和包括数据。