Re: UDP socket select/recvfrom problem when no server

2004-04-05 Thread Christopher J. White
> "corinna" == Corinna Vinschen writes: corinna> There is only a 1.5.9-1 version. From what version did you update? corinna> AFAICS, there was no relevant change in socket code since 1.5.7. Might have been 1.5.7 then. I've been updating via cygwin setup about every week or two, so not too

Re: UDP socket select/recvfrom problem when no server

2004-04-05 Thread Corinna Vinschen
On Apr 4 10:38, Christopher J. White wrote: > I've got a UDP socket application that fails since my > most recent upgrade, I believe from 1.5.9 to 1.5.9-1. There is only a 1.5.9-1 version. From what version did you update? AFAICS, there was no relevant change in socket code since 1.5.7. > Basic

RE: UDP socket select/recvfrom problem when no server

2004-04-04 Thread Hannu E K Nevalainen
> From: Christopher J. White > I've got a UDP socket application that fails since my > most recent upgrade, I believe from 1.5.9 to 1.5.9-1. > > Basic UDP app that fails as follows: > > I suspect that the destination is returning an ICMP error when the > server is not running and that is what's

UDP socket select/recvfrom problem when no server

2004-04-04 Thread Christopher J. White
I've got a UDP socket application that fails since my most recent upgrade, I believe from 1.5.9 to 1.5.9-1. Basic UDP app that fails as follows: First problem (note, 10.1.1.19 is the local machine): - bind 10.1.1.19:5001 - select() -- no socket ready - sendto 10.1.1.19:5000 - select() -- soc