Lines Matching +full:frame +full:- +full:number
1 .\" Copyright (c) 1996-1999 Whistle Communications, Inc.
19 .\" MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT.
51 user-land daemon).
54 user-land implementations.
56 multi-link PPP, Van Jacobson compression, PPP compression, PPP
58 A single PPP node corresponds to one PPP multi-link bundle.
71 Typically this node is connected to a user-land daemon via a
94 These device-independent hooks transmit and receive full PPP
96 information fields, but no checksum or other link-specific fields.
99 has been enabled and the protocol number is suitable for compression,
187 Only bundle-level compression and encryption is directly supported;
188 link-level compression and encryption can be handled transparently
208 When a frame is received on a link with an unsupported protocol,
210 is unconnected, the PPP node forwards the frame out the
214 the prefix indicate the link number on which the frame was received
217 multi-link protocol), the special link number
220 After the two byte link number is the two byte PPP protocol number
222 The PPP protocol number is two bytes long even if the original frame
229 stripped off, the PPP protocol number is prepended (possibly compressed),
230 and the frame is delivered over the desired link.
231 If the link number is
233 the frame will be delivered over the multi-link bundle; or, if multi-link
238 hook it responds either by dropping the frame (if it is not ready for
242 To enable multi-link PPP, the corresponding configuration flag must be set
245 one link to be connected if multi-link is not enabled, nor will it allow
246 certain multi-link settings to be changed while multi-link operation is
247 active (e.g., short sequence number header format).
259 .Em round-robin
264 When configured for round-robin delivery, the latency and bandwidth
265 values are ignored and the PPP node simply sends each frame as a
271 of sub-optimal overall bundle latency, which is important for
272 interactive response time, and sub-optimal overall bundle bandwidth
291 .Bl -tag -width ".Va vjc_vjuncomp"
293 Individual PPP link number
333 a link number and a PPP protocol number.
337 .Bl -tag -width foo
341 multi-link PPP, encryption, compression, Van Jacobson compression, and IP,
343 It includes per-link configuration,
351 .Bd -literal -offset 0n
352 /* Per-link config structure */
390 This command takes a two byte link number as an argument and returns a
395 is a valid link number corresponding to the multi-link bundle.
401 This command takes a two byte link number as an argument and
440 .%T "The Point-to-Point Protocol (PPP)"