TGTGInsighttelegram intelligenceLIVE / telegram public index
← Welcome to the Black Parade
Welcome to the Black Parade avatar

TGINSIGHT POST

Post #105

@TheB1ackParade

Welcome to the Black Parade

Views105Post view count
PostedJun 706/07/2022, 02:59 PM
Post content

Post content

bpf-helpers(7) 里的 bpf_csum_diff 好像是有 bug 的?它的算法一言以蔽之就是 sum' = ~(~sum + ~from + to), 然而在原始 sum 是通过进位计算的情况下这样计算是不正确的。不是特别确定,毕竟是内核的函数,总不能让我发现内核的 bug 吧,不合理。再多做一点测试。