A
Adam
Hello,
I'm using the GNU Common C++ socket library to write a simple
client/server application. When I run my application on one machine and
get a socket error (say a timeout), an exception is thrown by the
library. When I run my application on a different machine and get a
socket error, no exception is thrown. What would cause the difference
in behavoir?
Thanks for any help,
Adam
I'm using the GNU Common C++ socket library to write a simple
client/server application. When I run my application on one machine and
get a socket error (say a timeout), an exception is thrown by the
library. When I run my application on a different machine and get a
socket error, no exception is thrown. What would cause the difference
in behavoir?
Thanks for any help,
Adam