Deleted Added
full compact
ng_deflate.4 (242997) ng_deflate.4 (267938)
1.\"
2.\" Author: Alexander Motin <mav@alkar.net>
3.\"
4.\" Copyright (c) 2006, Alexander Motin <mav@alkar.net>
5.\" All rights reserved.
6.\"
7.\" Redistribution and use in source and binary forms, with or without
8.\" modification, are permitted provided that the following conditions

--- 12 unchanged lines hidden (view full) ---

21.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
22.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
23.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
24.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
25.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
26.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27.\" SUCH DAMAGE.
28.\"
1.\"
2.\" Author: Alexander Motin <mav@alkar.net>
3.\"
4.\" Copyright (c) 2006, Alexander Motin <mav@alkar.net>
5.\" All rights reserved.
6.\"
7.\" Redistribution and use in source and binary forms, with or without
8.\" modification, are permitted provided that the following conditions

--- 12 unchanged lines hidden (view full) ---

21.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
22.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
23.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
24.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
25.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
26.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27.\" SUCH DAMAGE.
28.\"
29.\" $FreeBSD: head/share/man/man4/ng_deflate.4 242997 2012-11-13 20:41:36Z joel $
29.\" $FreeBSD: head/share/man/man4/ng_deflate.4 267938 2014-06-26 21:46:14Z bapt $
30.\"
31.Dd December 23, 2006
32.Dt NG_DEFLATE 4
33.Os
34.Sh NAME
35.Nm ng_deflate
36.Nd Deflate PPP compression (RFC 1979) netgraph node type
37.Sh SYNOPSIS

--- 108 unchanged lines hidden (view full) ---

146.%O RFC 1979
147.Re
148.Rs
149.%A W. Simpson
150.%T "The Point-to-Point Protocol (PPP)"
151.%O RFC 1661
152.Re
153.Sh AUTHORS
30.\"
31.Dd December 23, 2006
32.Dt NG_DEFLATE 4
33.Os
34.Sh NAME
35.Nm ng_deflate
36.Nd Deflate PPP compression (RFC 1979) netgraph node type
37.Sh SYNOPSIS

--- 108 unchanged lines hidden (view full) ---

146.%O RFC 1979
147.Re
148.Rs
149.%A W. Simpson
150.%T "The Point-to-Point Protocol (PPP)"
151.%O RFC 1661
152.Re
153.Sh AUTHORS
154.An Alexander Motin Aq mav@alkar.net
154.An Alexander Motin Aq Mt mav@alkar.net
155.Sh BUGS
156Due to nature of netgraph PPP implementation there are possible race conditions
157between data packet and ResetAck CCP packet in case of packet loss. As result,
158packet loss can produce bigger performance degradation than supposed by protocol.
155.Sh BUGS
156Due to nature of netgraph PPP implementation there are possible race conditions
157between data packet and ResetAck CCP packet in case of packet loss. As result,
158packet loss can produce bigger performance degradation than supposed by protocol.