mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-01-25 23:06:02 -05:00
b96cbf1014
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.