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.
我正在构建以太网 II 帧、IPv4 数据包,最后是带有有效负载的 TCP 部分。从头开始,创建原始数据包。
我的问题是......在 Windows 上使用 C# 和原始套接字时,我需要在数据包末尾提供 FCS 吗?
我的理解是 Windows 会自动执行此操作,但专门针对以太网帧而不是 IP 或 TCP 数据包。
事实证明,网络接口卡在传输时自动添加并在接收时剥离。操作系统根本不需要处理它,并且通常无法访问它。