rewrite low level socket code
No due date
0% complete
Timeouts.
Version 0.x of pyownet is based on blocking sockets with a 2 sec timeout. On top of this a protocol level timeout was added. For edge situations this can be unsatisfactory. A better approach could be to adjust the socket timeout so that the protocol timeout cannot be exceeded, or even switch to non blocking sockets.
Timeouts.
Version 0.x of pyownet is based on blocking sockets with a 2 sec timeout. On top of this a protocol level timeout was added. For edge situations this can be unsatisfactory. A better approach could be to adjust the socket timeout so that the protocol timeout cannot be exceeded, or even switch to non blocking sockets.