4c3e b96cbf1014
OSX NameError fix
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.
2022-01-21 01:34:55 +00:00
..
2022-01-21 01:34:55 +00:00
2022-01-12 11:50:03 +01:00
2021-12-01 11:40:44 +01:00
2022-01-11 03:07:34 +01:00
2022-01-11 03:06:16 +01:00
2022-01-11 03:06:16 +01:00
2021-12-11 20:10:31 +01:00