Perhaps this is a dumb question... but here goes. Should a socket client and a socket server each have different values for socket.setdefaulttimeout() what happens? Does the one with the shortest timeout period end first? -- http://mail.python.org/mailman/listinfo/python-list
- socket.setdefaulttimeout() rtilley
- Re: socket.setdefaulttimeout() Fredrik Lundh