工作中遇到了这个问题,记录一下
crcf:CRC flag 使用循环冗余校验算法检查文件传输过程中是否有错误
crcf == 0 CRC shall not be present in EOF signature 不检查
crcf == 1 CRC shall be present in EOF signature 检查
EOF是每帧或每场的末位四个字节
crcf
== 0 EOF 0x600DC0DF 这时候应该仅起到 帧/场 分隔符的作用
crrf
== 1 EOF是国际通用的 CRC- 32 32位循环冗余校验码
g(x)= x32+x26+x23+x22+x16+x12+x11+x10+x8+x7+x5+x4+x2+x+1 0x04C11DB7