K 10 svn:author V 7 rwatson K 8 svn:date V 27 2006-06-11T16:18:50.000000Z K 7 svn:log V 275 Merge tcp_input.c:1.292, tcp_timer.c:1.77 from HEAD to RELENG_6: Explicitly assert socket pointer is non-NULL in tcp_input() so as to provide better debugging information. Prefer explicit comparison to NULL for tcpcb pointers rather than treating them as booleans. END