stealth / psc

E2E encryption for multi-hop tty sessions or portshells + TCP/UDP port forward
Other
109 stars 20 forks source link

Update net.cc - fixes a compiler error on latest MacOS #1

Closed fullspectrumdev closed 1 year ago

fullspectrumdev commented 1 year ago

tl;dr the issue described here arises when building on latest MacOS.

I notice all the other calls to bind are properly prefixed with the :: except this one, so I figure this won't have any side effects.

I can test on Linux and some other stuff later (BSD, Solaris 9).

stealth commented 1 year ago

Makes sense. Fixed in last push.