nix-rust / nix

Rust friendly bindings to *nix APIs
MIT License
2.63k stars 661 forks source link

fix ControlMessageOwned::UdpGroSegments UDP packets processing type. #2406

Closed devnexen closed 4 months ago

devnexen commented 4 months ago

The kernel, since 5.0, process the segmentation offload with a signed int.

close #2403.

SteveLauC commented 4 months ago

CI failure is not related to this PR, libc 0.2.154 has been yanked, we have to wait for the release of 0.2.155.

SteveLauC commented 4 months ago

The issue has been fixed, please rebase your branch:)