TCP Checksum does not match the wireshark checksum (off by exactly 1)

前端 未结 0 627
无人共我
无人共我 2020-12-09 13:55

I have the following process to calculate the tcp checksum

static inline uint32_t
csum_part(const void *buf, size_t len, uint32_t sum)
{
   uintptr_t p = (uin         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题