Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Network Packet Routing Issue in start.py #40

Open
amirhrajabiz1 opened this issue Mar 10, 2024 · 0 comments
Open

Network Packet Routing Issue in start.py #40

amirhrajabiz1 opened this issue Mar 10, 2024 · 0 comments

Comments

@amirhrajabiz1
Copy link

Hi, I found a significant issue in the start.py file.
When start.py was running, I monitored the network and saw that most of the packets were going to one Cloudflare IP address. After more investigation of the code and network monitoring, I saw that only the getPing function sends ICMP packets to the correct IP address destination when pinging.
The getLatencyAndJitter, getDownloadSpeed, and getUploadSpeed functions always send their packets to the default IP address of speed.cloudflare.com. This should not happen because we want to send packets to each IP address to find out which ones are clean.
I tested start.py on Windows 11 with Python 3.11.5 and Ubuntu 20.04 with Python 3.8.10, and the problem was there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant