Unix Programming - IPV6 Fragmentation.

This is Interesting: Free IT Magazines  
Home > Archive > Unix Programming > December 2005 > IPV6 Fragmentation.





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author IPV6 Fragmentation.
Prathap

2005-12-26, 5:56 pm

Does fragmentation always happen on an IPV6 source node if the Data to
send is greater than the Link MTU.

I was wondering, if there is any socket option to disable this IPV6
source node fragmentation, and get back an Error if trying to send Data
greater than Link MTU?

Regards,
Prathap

Valentin Nechayev

2005-12-27, 6:06 pm


Mon, Dec 26, 2005 at 10:33:00, prathap.bgl (Prathap) wrote about "IPV6 Fragmentation.":

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-
Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com