Cloak/internal
不确定 e77fd4c446
Fix regression: termination of long downloads after StreamTimeout seconds (#141)
* Fix termination of long downloads after StreamTimeout seconds.

- Even if not broadcasting in a loop, we still need to update the read deadline.
- Don't enforce the timeout after the first data is written.

* When timeout no longer needs to be enforced, no need to schedule a broadcast.

* Fix Cloak client. Don't enforce read deadline after first read.

* Enforce StreamTimeout on the initial bytes sent by localConn only.

* Revert changes to multiplex module. Remove timeout from caller.
2020-12-12 17:00:46 +00:00
..
client Fix regression: termination of long downloads after StreamTimeout seconds (#141) 2020-12-12 17:00:46 +00:00
common Remove redundant code 2020-10-18 00:46:03 +01:00
ecdh Improve test coverage 2020-10-18 00:45:28 +01:00
multiplex Improve tests code quality 2020-12-06 11:14:33 +00:00
server Fix regression: termination of long downloads after StreamTimeout seconds (#141) 2020-12-12 17:00:46 +00:00
test Rename constants to camel case 2020-10-21 16:42:24 +01:00