panic if GRO stide is zero in tproxy
In this line of code https://github.com/Watfaq/clash-rs/blob/37d646d68cf4f94e7ae6a0faa3939660d7f3ef82/clash-lib/src/proxy/tproxy/mod.rs#L293 if the stride is zero chunk size is zero which panic. We need add a guard if the stride zero and set the chunk size to total length
0 条评论