Reputation: 1136
I want to find the default value of so_rcvtimeo parameter related to socket timeout in Windows 8. Is it possible to see this through some registry entry or is there any other way to query the value
Upvotes: 0
Views: 1113
Reputation: 311023
It is zero, meaning infinity, in every operating system with TCP sockets that I have ever used in over 30 years.
Upvotes: 4