Message3970

Author amak
Recipients amak
Date 2008-12-19.17:05:32
SpamBayes Score 0.0057638963
Marked as misclassified No
Message-id <1229706332.85.0.248622685791.issue1043@psf.upfronthosting.co.za>
In-reply-to
Content
Fix checked in at r5782.
Note that when bind to UDP broadcast endpoints, the host constant "" or
socket.INADDR_ANY should be used.
When sendto'ing broadcast endpoints, the host constant "<broadcast>" or
socket.INADDR_BROADCAST should be used.
History
Date User Action Args
2008-12-19 17:05:32amaksetmessageid: <1229706332.85.0.248622685791.issue1043@psf.upfronthosting.co.za>
2008-12-19 17:05:32amaksetrecipients: + amak
2008-12-19 17:05:32amaklinkissue1043 messages
2008-12-19 17:05:32amakcreate