mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-12-15 16:39:46 -05: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.
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| AutoInterface.py | ||
| AX25KISSInterface.py | ||
| Interface.py | ||
| KISSInterface.py | ||
| LocalInterface.py | ||
| RNodeInterface.py | ||
| SerialInterface.py | ||
| TCPInterface.py | ||
| UDPInterface.py | ||