I'm looking for the following timeout options on the client side. In other words, how do you set an upper limit on these times?
- Time it takes to establish a socket connection.
- Time it takes to receive the first response packet.
- Time it takes to receive the last response packet.
There's a deadline documented, but it's not clear to me which of the above three corresponds to it.
I've seen this and this post, but none of them answer my question.