Tony Meyer

1,671
reputation
132 views

Registered User

name Tony Meyer
member for 1 year
seen 8 hours ago
website
location New Zealand
age 30
Software developer, researcher, educator.
9h
comment Microsoft Excel mangles Diacritics in .csv files?
There is no such version of Excel.
Nov
5
awarded  Popular Question
Sep
8
awarded  Yearling
Sep
4
comment How to determine whether a given Linux is 32 bit or 64 bit?
I have a 32 bit kernel on 64 bit hardware and get "x86_64" from 'uname -m' (on Debian). The man page for uname says that -m shows the machine hardware name, so that seems correct.
Aug
21
comment Does a UDP service have to respond from the connected IP address?
I edited the question to make it clearer that the problem is with the response, not the server receiving the client's packet.
Aug
21
revised Does a UDP service have to respond from the connected IP address?
Make it clearer that the server is getting the ping - it is the pong that is the problem.
Aug
21
comment Does a UDP service have to respond from the connected IP address?
That sounds like exactly what is happening here. I wrote a C client that did the same thing as the Python above, and I still get the same results, so the "reject response from other IP" must be happening at the C library level (which effectively means I'm stuck with it). Looks like I'll need to bind to the specific address also. Thanks for the help!
Aug
21
comment Does a UDP service have to respond from the connected IP address?
The problem isn't binding to the address, because the server gets the 'ping' - but the client doesn't get the 'pong'. Running netcat bound to that IP works (but so does SocketServer). Running netcat bound to 0.0.0.0 doesn't work.
Aug
20
revised Does a UDP service have to respond from the connected IP address?
Add alternative workaround and expand what happens where it works.
Aug
20
asked Does a UDP service have to respond from the connected IP address?
Aug
19
answered Does IronPython implement python standard library?
Aug
6
accepted Can you do LINQ-like queries in a language like Python or Boo?
Jul
11
comment IDE for ironpython on windows
Wing Personal isn't free ("$35 per developer working on a single operating system, $60 for two operating systems, and $80 for three operating systems."), although Wing 101 is.