rcore-os / virtio-drivers

VirtIO guest drivers in Rust.
MIT License
209 stars 63 forks source link

Update Send and Sync impls for VirtIOSocket #146

Closed thedataking closed 3 months ago

thedataking commented 4 months ago

After the VirtIOSocket supports custom RX_BUFFER_SIZEs, we need to update the Send and Sync impls such that VirtIOSockets with custom buffer sizes work the same as those using the default buffer sizes.