From dcdacd1fb4b4498f2ee6366ce4c95f42d4ba64db Mon Sep 17 00:00:00 2001 From: jca Date: Tue, 28 Jun 2016 11:23:57 +0000 Subject: [PATCH] IPV6_MINHOPCOUNT now supports UDP (unicast and multicast) --- share/man/man4/ip6.4 | 10 ++++------ 1 file 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. -- 2.20.1