compio-rs / compio

A thread-per-core Rust runtime with IOCP/io_uring/polling.
MIT License
420 stars 37 forks source link

fix(driver/net): ancillary data #283

Closed AsakuraMizu closed 2 months ago

AsakuraMizu commented 2 months ago

This PR fixes ancillary data support previously introduced in #275 by:

  1. adapt to IoVectoredBuf changes made by #277
  2. respect control message length modified by syscall in RecvMsg