Releases: kvs-coder/go-ios
Releases · kvs-coder/go-ios
v1.0.2
v1.0.1
Set keepaliveidle time more aggressive against connection drops (#540) Keepaliveidle time should be set more aggresive than the gVisor's 2 hours default idle time. Many NAT and firewalls drop the idle connections more aggressively (30-60 secs apparently). Keepaliveinterval option doesn't take affect as the keep alive probe doesn't start before the idle time reaches. It is 2 hours by default and before it reaches NAT/Firewall close the connection unlike kernel mode TUN device, With this change the idle time will be more aggressive and according to several tests this fix connection drops. Long running test more than 24 hours achieved with this fix.
v1.0.0
Check for non-empty 'Error' string in 'StartSessionResponse' (#515) * Check for non-empty 'Error' string in 'StartSessionResponse' * Add more context to lockdown session start error Co-authored-by: dmissmann <37073203+dmissmann@users.noreply.github.com> * Fix imports --------- Co-authored-by: dmissmann <37073203+dmissmann@users.noreply.github.com>