package netchannel

  1. Overview
  2. Docs
module Assemble : sig ... end

Assemble complete network frames from Xen network messages.

module Backend : sig ... end
module Features : sig ... end
module Flags : sig ... end
module Frontend : sig ... end
module RX : sig ... end
module S : sig ... end
module Shared_page_pool : sig ... end

Pool and reuse shared memory blocks. This saves having to reallocate and reshare pages of memory, which is slow. A block is half the size of a page, since network packets usually don't require more than this.

module Stats : sig ... end
module TX : sig ... end
module Xenstore : sig ... end