|
NAMEng_pred1 —
Predictor-1 PPP compression (RFC 1978) netgraph node type
SYNOPSIS#include <sys/types.h>
#include <netgraph/ng_pred1.h>
DESCRIPTIONThepred1 node type implements the Predictor-1
sub-protocols of the Compression Control Protocol (CCP).
The node has two hooks, comp for compression and decomp for decompression. Only one of them can be connected at the same time, specifying node's operation mode. Typically that hooks would be connected to the ng_ppp(4) node type hook of the same name. HOOKSThis node type supports the following hooks:
Only one hook can be connected at the same time, specifying node's operation mode. CONTROL MESSAGESThis node type supports the generic control messages, plus the following:
SHUTDOWNThis node shuts down upon receipt of aNGM_SHUTDOWN
control message, or when hook have been disconnected.
SEE ALSOnetgraph(4), ng_ppp(4), ngctl(8)D. Rand, PPP Predictor Compression Protocol, RFC 1978. W. Simpson, The Point-to-Point Protocol (PPP), RFC 1661. AUTHORSAlexander Motin <mav@alkar.net>BUGSDue to nature of netgraph PPP implementation there are possible race conditions between data packet and ResetAck CCP packet in case of packet loss. As result, packet loss can produce bigger performance degradation than supposed by protocol.
Visit the GSP FreeBSD Man Page Interface. |