This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Kristoffer.Nilsson
Recipients Kristoffer.Nilsson, santoso.wijaya
Date 2011-03-22.18:33:58
SpamBayes Score 0.050109226
Marked as misclassified No
Message-id <1300818840.07.0.0629840806132.issue11631@psf.upfronthosting.co.za>
In-reply-to
Content
Ah, bad formulation by me. While testing I had both the same machine and external machine sending UDP packages to the port I was listening to.

The listening server would not receive anything on 64/64bit (unless running from IDLE).

The reverse try, running the listening server (same program) on another computer, it would receive only from its own stream (while the 64/64 would only send packages while running from IDLE).

This was verified running Wireshark on both machines.

So in short, the 64/64 running from cmd.exe would not send or receive on UDP, while running from IDLE this was not the case.
History
Date User Action Args
2011-03-22 18:34:00Kristoffer.Nilssonsetrecipients: + Kristoffer.Nilsson, santoso.wijaya
2011-03-22 18:34:00Kristoffer.Nilssonsetmessageid: <1300818840.07.0.0629840806132.issue11631@psf.upfronthosting.co.za>
2011-03-22 18:33:58Kristoffer.Nilssonlinkissue11631 messages
2011-03-22 18:33:58Kristoffer.Nilssoncreate