On Tue, 6 Mar 2007 10:35:42 +0530 "aditya kiran" <[EMAIL PROTECTED]> wrote:
> RFC 1191 says to increase the PMTU at some itnerval (15 minutes default) 10 minutes. > next time a packet is sent, this will be used... and if PMTU is really > increased, > no ICMP error will be recieved. that shows an increase in the PMTU. I'm > trying to > understand if this mechanism is there in freebsd. any on this is appreicated It looks to me as though FreeBSD stores per-host MTU data in the hostcache, which gets purged after five minutes of inactivity. If that's actually how it works, then, yes, FreeBSD should indeed periodically probe for larger PMTUs. Of course, the real test is to set up a few hosts and see what happens, rather than speculating based on a quick perusal of the code. :-) Kevin [EMAIL PROTECTED] _______________________________________________ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[EMAIL PROTECTED]"