K 10 svn:author V 5 andre K 8 svn:date V 27 2004-04-23T22:44:59.000000Z K 7 svn:log V 362 Correct an edge case in tcp_mss() where the cached path MTU from tcp_hostcache would have overridden a (now) lower MTU of an interface or route that changed since first PMTU discovery. The bug would have caused TCP to redo the PMTU discovery when not strictly necessary. Make a comment about already pre-initialized default values more clear. Reviewed by: sam END