K 10 svn:author V 2 bz K 8 svn:date V 27 2010-01-06T16:43:09.989366Z K 7 svn:log V 400 MFC r182851: Split tcp_mss() in tcp_mss() and tcp_mss_update() where the former calls the latter. Merge tcp_mss_update() with code from tcp_mtudisc() basically doing the same thing. This gives us one central place where we calcuate and check mss values to update t_maxopd (maximum mss + options length) instead of two slightly different but almost equal implementations to maintain. END