--- embedaddon/mpd/doc/mpd19.html 2016/11/01 09:56:12 1.1.1.3 +++ embedaddon/mpd/doc/mpd19.html 2021/03/17 00:39:23 1.1.1.4 @@ -6,7 +6,7 @@ -Mpd 5.8 User Manual +Mpd 5.9 User Manual : Configuring Mpd : Mpd Layers
Previous: General mpd commands
@@ -23,25 +23,25 @@ Operation mode is getting chosen dynamically depending configuration and user auth name (see 'set link action ...' command).

In "ppp terminator" mode such hierarchy used: -interface -> +Interface -> -ipcp -> +NCPs -> -compression -> +Compression -> -encryption -> +Encryption -> -bundle -> +Bundle -> -links

+Links

In "ppp repeater" mode different hierarchy used: -links -> +Link1 -> Repeater -> -links

+Link2

A -links is a single point-to-point +link is a single point-to-point connection between the local machine and a remote peer machine, implemented by some kind of physical device, such as a serial modem connection or a virtual PPTP connection.

@@ -81,18 +81,18 @@ The interface layer is also responsible for implementi Dial-on-Demand and idle timeout functionality.

Each bundle has several corresponding NCP layers as -ipcp and +IP Control Protocol (IPCP) and -ipv6cp, +IPv6 Control Protocol (IPv6CP), which manages the protocol specific configuration of the interface. This layers handle the negotiation of local and remote addresses and TCP header compression, as well as other optional IP related information such as DNS servers and NBNS servers.

Each bundle also has corresponding -compression and +compression (CCP) and -encryption layers, which +encryption (ECP) layers, which allow you to enable and configure compression and encryption for data sent and received over the bundle.

A repeater is a collection of two physical devices @@ -107,7 +107,7 @@ have reasonable defaults for everything.


-Mpd 5.8 User Manual +Mpd 5.9 User Manual : Configuring Mpd : Mpd Layers
Previous: General mpd commands