Message3060

Author rluse
Recipients amak, rluse
Date 2008-03-06.13:39:06
SpamBayes Score 0.12552054
Marked as misclassified No
Message-id <1204810747.13.0.913099458131.issue1005@psf.upfronthosting.co.za>
In-reply-to
Content
1. The UDP socket implicitly created by the send/sendto methods is not
correctly configured (in relation to timeouts, etc).

2. Calling recv/recvfrom methods on an unbound UDP socket raises an
AssertionError (because a socket is not implicitly created).
History
Date User Action Args
2008-03-06 13:39:07rlusesetspambayes_score: 0.125521 -> 0.12552054
recipients: + rluse, amak
2008-03-06 13:39:07rlusesetspambayes_score: 0.125521 -> 0.125521
messageid: <1204810747.13.0.913099458131.issue1005@psf.upfronthosting.co.za>
2008-03-06 13:39:07rluselinkissue1005 messages
2008-03-06 13:39:06rlusecreate