Is it possible to receive a list of all established connections in Swift like when using the "lsof" command?
I just saw that system calls (using Process) are not allowed in the Sandbox (which makes sense...).
Is it possible to receive a list of all established connections in Swift like when using the "lsof" command?
I just saw that system calls (using Process) are not allowed in the Sandbox (which makes sense...).