linux - Skip trimming CRC from packet -


I have an application in a Linux, where I expect the last four CRC packets including checksum bytes. In my case, Linux is triming the kernel CRC checksum and sending it to my application. Is there any way to trim CRC checksum?


Comments