- Change timeout behaviour.
StreamTimeout
is now no longer an option on Cloak server as Cloak will no longer timeout connections after at least some data has been sent. Connection timeout behaviours should be entirely implemented by the underlying proxy program. See shadowsocks/shadowsocks-rust#343. - Sessions will still timeout after all streams have been closed, but memory usage connected with this has been reduced
- Added a new configuration option
CDNOriginHost
to be used underCDN
Transport mode. Usage can be found at https://github.com/cbeuw/Cloak/wiki/CDN-mode