diff options
author | 2016-06-28 11:23:57 +0000 | |
---|---|---|
committer | 2016-06-28 11:23:57 +0000 | |
commit | dcdacd1fb4b4498f2ee6366ce4c95f42d4ba64db (patch) | |
tree | c44e8371409388ebfab59887b3d09ac4d9bcba34 | |
parent | Add UDP unicast and multicast support for IP_MINTTL/IPV6_MINHOPCOUNT (diff) | |
download | wireguard-openbsd-dcdacd1fb4b4498f2ee6366ce4c95f42d4ba64db.tar.xz wireguard-openbsd-dcdacd1fb4b4498f2ee6366ce4c95f42d4ba64db.zip |
IPV6_MINHOPCOUNT now supports UDP (unicast and multicast)
-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. |