Releases: kvs-coder/go-ios
Releases · kvs-coder/go-ios
v1.0.3
list icons using springboard service (#609) Apple Configurator 2 has this feature of modifying the layout of the home screen on the device. One part of this feature is showing how the layout looks like at the moment, and this is what we provide with this change. We get the list of icons, and their type, for each screen of the home screen
v1.0.2
Reset ax settings (#546) Authored-by: fish-sauce <[email protected]>
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 <[email protected]> * Fix imports --------- Co-authored-by: dmissmann <[email protected]>