[PATCH] ipv6.7: add description of getsockopt for IPV6_MTU

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



In ipv4,IP_MTU is only supported by getsockopt.
In ipv6,we can use IPV6_MTU to set socket's mtu,
but the return value of getsockopt is the path mtu.
it may make people confusion.

Add the description of the getsockopt for IPV6_MTU to
tell people the mtu of getting and setting is different.

Signed-off-by: Gao feng <gaofeng@xxxxxxxxxxxxxx>
---
 man7/ipv6.7 |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/man7/ipv6.7 b/man7/ipv6.7
index e13597c..888c6fa 100644
--- a/man7/ipv6.7
+++ b/man7/ipv6.7
@@ -147,6 +147,10 @@ structure.
 .\" should be documented
 .TP
 .B IPV6_MTU
+Retrieve the current known path MTU of the current socket.
+Only valid when the socket has been connected.
+Returns an integer.
+
 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.
-- 
1.7.7.6

--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Kernel Documentation]     [Netdev]     [Linux Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]

  Powered by Linux