CoreNetworking icon indicating copy to clipboard operation
CoreNetworking copied to clipboard

Fix packet idle timeouts

Open keithduncan opened this issue 10 years ago • 0 comments

I think that currently if no data arrives on the stream, and the packet isn’t started then the timeout isn’t started.

The idle timeout for a packet should be started once the packet reaches the head of the packet queue, before it is first performed, whether there’s data available or not.

keithduncan avatar Nov 17 '13 18:11 keithduncan