receiveTimeout property
Timeout in milliseconds for receiving data.
Note: receiveTimeout
represents a timeout during data transfer! That is to say the
client has connected to the server, and the server starts to send data to the client.
0
meanings no timeout limit.
Implementation
late int receiveTimeout;