K 10 svn:author V 3 mav K 8 svn:date V 27 2011-05-09T07:37:47.774510Z K 7 svn:log V 291 Refactor TCP ISN increment logic. Instead of firing callout at 100Hz to keep constant ISN growth rate, do the same directly inside tcp_new_isn(), taking into account how much time (ticks) passed since the last call. On my test systems this decreases idle interrupt rate from 140Hz to 70Hz. END