OreosLab / SSRSpeedN

Use of FIXME/XXX/TODO encountered PYL-W0511
Documentation
Minor
2 years ago2 years old
120            trans_id = send_stun_message(
121                sock, addr, BIND_REQUEST_MSG, trans_id, send_data
122            )
123            recv, addr = sock.recvfrom(2048)  # TODO: Why 2048124        except socket.timeout:
125            timeouts += 1
126            continue