docs.rs failed to build arcbox-net-virtio-0.6.3
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
arcbox-net-virtio-0.4.10
VirtIO-net backends bridging the ArcBox datapath to arcbox-virtio.
This crate holds the only adapters that implement arcbox-virtio's
NetBackend trait, keeping arcbox-net itself free of the device-model
dependency:
- [
nat_backend] —NatNetBackend: routes guest frames through the NAT engine (arcbox-conntrack) and aHostNetIOhost interface. - [
tso_backend] —TsoNetBackend: a TSO fast path that relays large TCP segments directly to hostTcpStreams, with a slow-path channel for everything else.