K 10 svn:author V 7 rwatson K 8 svn:date V 27 2005-01-03T17:59:39.000000Z K 7 svn:log V 353 Merge ddp_input.c:1.27 from HEAD to RELENG_5: date: 2004/12/05 13:27:30; author: rwatson; state: Exp; lines: +4 -2 Acquire socket receive buffer mutex before appending and then waking up a receive socket in DDP. This reduces the number of mutex operations required to deliver to a socket by two, and is the model used in other protocols. END