Hello,
I just want to know how this works in AutoIt.
Opt("TCPTimeout", 100) ;100 milliseconds
Is is for receiving only or for sending too?
I think SO_RCVTIMEO and SO_SNDTIMEO is used. Does the option value of zero mean, that the operation will not time out? Can someone of the devs please tell me how this is done?
Thanks!