Reticulum/RNS
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
..
Interfaces OSX NameError fix 2022-01-21 01:34:55 +00:00
Utilities Systemd service support and documentation update 2021-12-05 16:05:43 +01:00
vendor Better Android detection 2022-01-12 11:50:03 +01:00
__init__.py Added Android platform detection 2021-12-01 11:40:44 +01:00
_version.py Version update 2022-01-11 03:07:34 +01:00
Destination.py Added try statements for various callbacks 2021-10-15 14:36:50 +02:00
Identity.py Improved known destination saving on shared instances 2021-10-08 08:52:50 +02:00
Link.py Improved malformed packet detection 2022-01-11 03:06:16 +01:00
Packet.py Improved malformed packet detection 2022-01-11 03:06:16 +01:00
Resource.py Cleanup 2021-12-11 20:10:31 +01:00
Reticulum.py Improved AutoInterface handling on Android 2022-01-12 12:12:04 +01:00
Transport.py Improved malformed packet detection 2022-01-11 03:06:16 +01:00