diff options
Diffstat (limited to 'net/userppp/DESCR')
-rw-r--r-- | net/userppp/DESCR | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/userppp/DESCR b/net/userppp/DESCR index 277c230d5e3..81db032d6f0 100644 --- a/net/userppp/DESCR +++ b/net/userppp/DESCR @@ -1,5 +1,5 @@ -This is the user process PPP package as found in FreeBSD and OpenBSD. +This is the user process PPP package as found in FreeBSD and OpenBSD. Normally, PPP is implemented as a part of the kernel (e.g., as managed by -pppd(8)) and it's thus somewhat hard to debug and/or modify its behaviour. +pppd(8)) and it's thus somewhat hard to debug and/or modify its behaviour. However, in this implementation PPP is done as a user process with the help of the tunnel device driver (tun). |