Hallo,
I have a "listener" and "talker" program, "listener" to listen an UDP packet sent by "talker".
Both work in linux machine (actually I test in same machine, so using localhost as address).
I run "listener" in linux and "talker" in windows (via cygwin), it's work fine.
However, it...