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
..
2023-10-24 01:39:25 +02:00
2024-09-16 18:20:31 +02:00
2024-10-20 13:45:52 +02:00
2023-09-29 10:31:20 +02:00
2023-09-19 10:13:27 +02:00
2024-10-20 12:26:54 +02:00
2023-09-29 23:18:30 +02:00