aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2012-12-15 19:55:04 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2012-12-17 22:01:22 +0100
commit2970eb3bb45168e07ac91b1da3bb10f337d63874 (patch)
treefcabb04890e54a3e49101865072ab1446bb890d1
parent032e1ba5c0d2d01c4d0db62fa6d832fb48a37fb5 (diff)
downloadman-pages-2970eb3bb45168e07ac91b1da3bb10f337d63874.tar.gz
ipv6.7: Minor fix to Gao Feng's patch
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man7/ipv6.72
1 files changed, 2 insertions, 0 deletions
diff --git a/man7/ipv6.7 b/man7/ipv6.7
index 179591e2fe..4c80df6279 100644
--- a/man7/ipv6.7
+++ b/man7/ipv6.7
@@ -215,10 +215,12 @@ Argument is a pointer to a
.I struct ipv6_mreq
.TP
.B IPV6_MTU
+.BR getsockopt ():
Retrieve the current known path MTU of the current socket.
Only valid when the socket has been connected.
Returns an integer.
+.BR setsockopt ():
Set the MTU to be used for the socket.
The MTU is limited by the device
MTU or the path MTU when path MTU discovery is enabled.