Re: How to determine if there is an internet connection available?

2011-11-12 Thread Jens Alfke
On Nov 11, 2011, at 6:39 PM, Vojtěch Meluzín wrote: > I'm using BSD sockets for some internet access, it works fine. But if there > is no connection available, it waits for say 30 seconds completely stopping > the application. Is there a way to determine if there is actually an > internet connect

Re: How to determine if there is an internet connection available?

2011-11-12 Thread Jean-Daniel Dupas
Le 12 nov. 2011 à 04:41, Conrad Shultz a écrit : > On 11/11/11 6:39 PM, Vojtěch Meluzín wrote: >> Hi, >> >> I'm using BSD sockets for some internet access, it works fine. But if there >> is no connection available, it waits for say 30 seconds completely stopping >> the application. Is there a wa

Re: How to determine if there is an internet connection available?

2011-11-11 Thread Conrad Shultz
On 11/11/11 6:39 PM, Vojtěch Meluzín wrote: > Hi, > > I'm using BSD sockets for some internet access, it works fine. But if there > is no connection available, it waits for say 30 seconds completely stopping > the application. Is there a way to determine if there is actually an > internet connecti

How to determine if there is an internet connection available?

2011-11-11 Thread Vojtěch Meluzín
Hi, I'm using BSD sockets for some internet access, it works fine. But if there is no connection available, it waits for say 30 seconds completely stopping the application. Is there a way to determine if there is actually an internet connection, so that I can check before using sockets? Thanks, V