Releases: NabuCasa/snitun
Releases · NabuCasa/snitun
0.16
changed
- Fix trace on ping with full queue
- Add timeout of 90sec for a peer connection
- Ignore MultiplexerTransportError on close
0.15
changed
- Abort channel on error
- Add throttling support of a multiplexer session
0.14
changed
- Add timeout on SNI listener for 60sec
- Catch RuntimeError on socket Write
0.13
changed
- Fix race condition with aborting connection handshake
0.12
changed
- Catch OSError in multiplexer main loop
0.11
changed
- Downgrade some errors to debug / logging because it's not a real error
- Read the exception inside multiplexer loop also on close to avoid message to users
0.10
changed
- Close peer connection after token expires
- Suppress some exception
- Use OSError to close the read transport
0.9
changed
- Shield multiplexer wait function
0.8
changed
- Support client wait for open connection
0.7
changed
- Increase buffer
- Remove some logging