You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In uproxy_core.ts, there's a new function called getNetworkInfo() that probes the user's router for details about its NAT configuration. Since we don't have a reliable way of finding the router's internal IP, we just test a list of popular router IPs (see line 354).
Sometimes, if you run getNetworkInfo() repeatedly, some of these router IPs will return an ICMP error of:
In
uproxy_core.ts
, there's a new function calledgetNetworkInfo()
that probes the user's router for details about its NAT configuration. Since we don't have a reliable way of finding the router's internal IP, we just test a list of popular router IPs (see line 354).Sometimes, if you run
getNetworkInfo()
repeatedly, some of these router IPs will return an ICMP error of:This results in a error being logged in the Chrome console:
Is it possible to handle this error in the freedom socket module so that it doesn't appear in the console?
The text was updated successfully, but these errors were encountered: