-.\" $OpenBSD: ip.4,v 1.38 2015/10/20 22:08:19 jmc Exp $
+.\" $OpenBSD: ip.4,v 1.39 2016/06/28 17:32:58 jca Exp $
.\" $NetBSD: ip.4,v 1.3 1994/11/30 16:22:19 jtc Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
.\"
.\" @(#)ip.4 8.2 (Berkeley) 11/30/93
.\"
-.Dd $Mdocdate: October 20 2015 $
+.Dd $Mdocdate: June 28 2016 $
.Dt IP 4
.Os
.Sh NAME
.Pp
The
.Dv IP_MINTTL
-option may be used on
-.Dv SOCK_STREAM
-sockets to discard packets with a TTL lower than the option value.
+option may be used on TCP and UDP sockets to discard packets with a TTL
+lower than the option value.
This can be used to implement the
.Em Generalized TTL Security Mechanism (GTSM)
according to RFC 5082.
-.\" $OpenBSD: ip6.4,v 1.39 2016/06/28 11:23:57 jca Exp $
+.\" $OpenBSD: ip6.4,v 1.40 2016/06/28 17:32:58 jca Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
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
-packets received on this socket.
+packets received on TCP and UDP sockets.
This can be used to implement the
.Em Generalized TTL Security Mechanism (GTSM)
according to RFC 5082.