diff options
author | Jeremie Courreges-Anglas <jca@cvs.openbsd.org> | 2016-06-28 11:23:58 +0000 |
---|---|---|
committer | Jeremie Courreges-Anglas <jca@cvs.openbsd.org> | 2016-06-28 11:23:58 +0000 |
commit | aa2988a49ff376868fdb53910724b28e2b7629f6 (patch) | |
tree | c775c9d42f42d5d0c9913efc80f71d5535e93083 /share/man | |
parent | 5515910e2880e33c3a6c5a404898ecda79590451 (diff) |
IPV6_MINHOPCOUNT now supports UDP (unicast and multicast)
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/ip6.4 | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/share/man/man4/ip6.4 b/share/man/man4/ip6.4 index da89a961f31..497506462f7 100644 --- a/share/man/man4/ip6.4 +++ b/share/man/man4/ip6.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ip6.4,v 1.38 2016/06/27 16:33:48 jca Exp $ +.\" $OpenBSD: ip6.4,v 1.39 2016/06/28 11:23:57 jca Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -26,7 +26,7 @@ .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. -.Dd $Mdocdate: June 27 2016 $ +.Dd $Mdocdate: June 28 2016 $ .Dt IP6 4 .Os .Sh NAME @@ -145,10 +145,8 @@ Get or set the default hop limit header field for outgoing unicast datagrams sent on this socket. A value of \-1 resets to the default value. .It Dv IPV6_MINHOPCOUNT Fa "int *" -Get or set the minimum hop limit header field for incoming unicast -datagrams received on this -.Dv SOCK_STREAM -socket. +Get or set the minimum hop limit header field for incoming +packets received on this socket. This can be used to implement the .Em Generalized TTL Security Mechanism (GTSM) according to RFC 5082. |