]> git.mxchange.org Git - simgear.git/commit
Melchior FRANZ:
authorehofman <ehofman>
Sun, 14 Dec 2003 14:45:29 +0000 (14:45 +0000)
committerehofman <ehofman>
Sun, 14 Dec 2003 14:45:29 +0000 (14:45 +0000)
commit79d1aaf7f58c113e92afd8e6359cf7cf3be55484
treeb3e8085f07644a8041db4f8f8c568278ba1a45f3
parenta659969bcfe16bf6557519346b9d4c46afe95f97
Melchior FRANZ:

There's another problem with sg_socket.cxx: the timeout value is
hardcoded as 0. This is appropriate for servers as they continuously
poll the socket and never want to wait for clients. But clients
*do* want to wait a few seconds for a server response.
simgear/io/sg_socket.cxx
simgear/io/sg_socket.hxx