Macros§

Structs§

Enums§

Constants§

  • The default priority of a routine relative to other routines installed on the same hook.
  • The largest number of changes that can be provided in a single call to PushChanges, or events that will be provided in a single Watch response.
  • An arbitrary limit on the number of changes that can be applied in a single transactional update. Exists largely to prevent clients from being able to OOM the netstack.

Traits§

Type Aliases§

  • A unique identifier for a Namespace.
  • The priority of the routine relative to other routines installed on the same hook. For a given packet traversing a given hook, all installed routines are executed in order of priority (stopping early only if a terminal action is hit).