You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So changed over to OSX and guess what... The SKSocket doesn't behave quite like it does under windows. A long story cut short, SKSocket can't be used for the purposes of su-tunnel. I changed approach and have got su-tunnel to work under OSX by reading and writing to files instead of sockets. I have this working on a branch locally and my intention is to merge into master and apply the same workflow to Windows.
Anyone thoroughly against this? I would rather have one simple code base to maintain that two different ones.
The text was updated successfully, but these errors were encountered:
So changed over to OSX and guess what... The SKSocket doesn't behave quite like it does under windows. A long story cut short, SKSocket can't be used for the purposes of su-tunnel. I changed approach and have got su-tunnel to work under OSX by reading and writing to files instead of sockets. I have this working on a branch locally and my intention is to merge into master and apply the same workflow to Windows.
Anyone thoroughly against this? I would rather have one simple code base to maintain that two different ones.
The text was updated successfully, but these errors were encountered: