ng_UI (4)
Leading comments
Copyright (c) 1996-1999 Whistle Communications, Inc. All rights reserved. Subject to the following obligations and disclaimer of warranty, use and redistribution of this software, in source or object code forms, with or without modifications are expressly permitted by Whistle Communications; provided, however, that: 1. Any and all reproductions of the source or object code must include the copyright notice above and the following disclaimer of warranties; and 2. No rights are granted, in ...
NAME
ng_UI - UI netgraph node typeSYNOPSIS
In netgraph/ng_UI.hDESCRIPTION
The UI node type has two hooks, upstream and downstream Packets received on downstream must have 0x03 (indicating unnumbered information) as their first byte; if not the packet is dropped. This byte is then stripped and the remainder of the packet sent out on upstreamConversely, packets received on upstream will have a 0x03 byte prepended to them before being forwarded out on the downstream hook.
HOOKS
This node type supports the following hooks:- downstream
- Downstream connection. Packets on this side of the node have a 0x03 as their first byte.
- upstream
- Upstream connection. Packets on this side of the node have the initial 0x03 byte stripped off.