David E. O'Brien 0582474525 Tweak the r137233 fix to r136283 -- Code was making two send() attempts
vs. the comment documented "If we are working with a privileged socket,
then take only one attempt".  Make the code match.

Furthermore, critical privileged applications that [over] log a vast amount
can look like a DoS to this code.  Given it's unlikely the single reattempted
send() will succeeded, avoid usurping the scheduler in a library API for a
single non-critical facility in critical applications.

Obtained from:	Juniper Networks
Discussed with:	glebius
2011-12-02 01:06:33 +00:00
..
2010-08-03 17:40:09 +00:00
2011-10-19 11:43:51 +00:00
2010-12-04 08:44:56 +00:00
2010-06-13 01:27:29 +00:00
2011-11-18 09:56:40 +00:00
2011-09-28 14:52:25 +00:00