12-27-05 11:06 PM
Mon, Dec 26, 2005 at 10:33:00, prathap.bgl (Prathap) wrote about "IPV6 Fragm
entation.":
P> Does fragmentation always happen on an IPV6 source node if the Data to
P> send is greater than the Link MTU.
Yes.
P> I was wondering, if there is any socket option to disable this IPV6
P> source node fragmentation, and get back an Error if trying to send Data
P> greater than Link MTU?
It isn't available in standard API even for IPv4. Generally this
option is useless because in most cases the closest link has MTU
1500, but MTU is reduced on farther links.
The better idea is to have some mechanism similar to TLI/XTI
t_rcvuderr() in BSD sockets, but we have what we have.
-netch-
[ Post a follow-up to this message ]
|