Skip to content

Releases: kvs-coder/go-ios

v1.0.3

23 Aug 23:46
275144b
Compare
Choose a tag to compare
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

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

Authored-by: fish-sauce <[email protected]>

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 <[email protected]>

* Fix imports

---------

Co-authored-by: dmissmann <[email protected]>