Reticulum/RNS/Interfaces
Tristan B. Velloza Kildaire 1768ddc459
Determine AF FAMILY from getaddrinfo BEFORE socket ctor
Before we call the `socket.socket(...)` constructor function, let us first provide `self.target_ip` and `self.target_port` to `socket.getaddrinfo(...)` (static function) and then get the AF family from it. Then we pass this into the ctor
2024-11-03 14:37:28 +02:00
..
Android Added error descriptions for modem communication timeout 2024-10-07 20:55:34 +02:00
__init__.py Fixed Android interfaces import 2022-10-22 01:38:38 +02:00
AutoInterface.py Added better handling on Windows of interfaces that are non-adoptable for AutoInterface 2024-05-17 23:54:48 +02:00
AX25KISSInterface.py fix KISSInterface is not defined error for AX25KISSInterface 2024-09-16 14:27:08 +12:00
I2PInterface.py Added announce frequency sampling to interfaces 2023-09-30 19:11:10 +02:00
Interface.py Allow recursive path resolution for clients on roaming-mode interfaces 2024-05-12 12:31:51 +02:00
KISSInterface.py Configured announce ingress limit defaults 2023-10-01 11:39:24 +02:00
LocalInterface.py Cleanup 2024-10-09 19:38:46 +02:00
PipeInterface.py Added announce frequency sampling to interfaces 2023-09-30 19:11:10 +02:00
RNodeInterface.py Improved RNode BLE reconnection reliability 2024-10-11 13:38:16 +02:00
RNodeMultiInterface.py Merge pull request #556 from jacobeva/rnode-multi-fix 2024-10-05 23:45:21 +02:00
SerialInterface.py Configured announce ingress limit defaults 2023-10-01 11:39:24 +02:00
TCPInterface.py Determine AF FAMILY from getaddrinfo BEFORE socket ctor 2024-11-03 14:37:28 +02:00
UDPInterface.py Added announce frequency sampling to interfaces 2023-09-30 19:11:10 +02:00