mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-03-20 21:06:31 -04:00

Had the following error when trying to run Reticulum on OSX High Sierra: line 115, in set_timeouts_osx sock.setsockopt(socket.SOL_SOCKET, socket.SO_KEEPALIVE, 1) NameError: name 'sock' is not defined This fix resolved the problem for me.