hackerschoice / gsocket

Connect like there is no firewall. Securely.
https://www.gsocket.io
BSD 2-Clause "Simplified" License
1.46k stars 125 forks source link

make the default to always try to connect when in listening mode (or client mode) #44

Closed rootTHC closed 3 years ago

rootTHC commented 3 years ago

when DNS or connect() fails then keep re-trying forever (but output to stdout that a retry is being attempted....).

This is helpful when gs-netcat is started during bootup but before dns or network becomes available. The workaround is -D at the moment.

rootTHC commented 3 years ago

fixed in 1.4.31-dev (master branch)