Penguin
Annotated edit history of MPPC version 3, including all changes. View license author blame.
Rev Author # Line
3 MattPurvis 1 [MPPC] stands for __M__icrosoft __P__oint-to-__P__oint __C__ompression. It is a protocol designed for transfering compressed datagrams over point-to-point links. The [MPPC] algorithm uses an LZ based algorithm with a sliding window history buffer. See RFC:2118 for details.
1 MattPurvis 2
3 If you want compress data when talking to Windows clients over a [PPTP] link, you will need to compile [MPPC] support into your [Kernel] and [pppd(8)].
4
5 See also [MPPE].