Sets the I/O timeout for sockets created by client. timeout is a
time in seconds, or 0 for no timeout (the default).
The timeout value affects the initial connection attempt as well,
so setting this may cause calls to Socket.clientConnect, etc,
to fail with G_IO_ERROR_TIMED_OUT.
Sets the I/O timeout for sockets created by client. timeout is a time in seconds, or 0 for no timeout (the default).
The timeout value affects the initial connection attempt as well, so setting this may cause calls to Socket.clientConnect, etc, to fail with G_IO_ERROR_TIMED_OUT.