Skip to content

Releases: kvs-coder/go-ios

v1.0.2

16 Jan 13:45
b8c3463
Compare
Choose a tag to compare
Reset ax settings (#546)

Authored-by: fish-sauce <victor.kachalov@saucelabs.com>

v1.0.1

13 Jan 15:48
f5b5d81
Compare
Choose a tag to compare
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

18 Nov 16:47
1fcc2a1
Compare
Choose a tag to compare
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>