K 10 svn:author V 2 ps K 8 svn:date V 27 2004-11-29T23:10:59.000000Z K 7 svn:log V 345 If soreceive() is called from a socket callback, there's no reason to do a window update to the peer (thru an ACK) from soreceive() itself. TCP will do that upon return from the socket callback. Sending a window update from soreceive() results in a lock reversal. Submitted by: Mohan Srinivasan mohans at yahoo-inc dot com Reviewed by: rwatson END