You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is not actually sufficient for error handling in sendmmsg. The
following cases are unconsidered:
- Only some of the buffer are sent
- Only some of one of the iovecs is sent
We'll handle this when we migrate to rustix's sendmmsg, which is waiting
on the following PRs:
- bytecodealliance/rustix#1171
- bytecodealliance/rustix#1409
Note that those cases should be gracefully-ish handled by FEC and the
protocol (they're equivalent to dropped or biffed packets).
0 commit comments