mirror of
https://github.com/markqvist/Reticulum.git
synced 2026-08-07 06:53:06 -07:00
1768ddc459
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