Improve geolocation and other descriptions of the IPAddress#38
Merged
Leonid-Zakharov merged 1 commit intomainfrom Jun 27, 2025
Merged
Improve geolocation and other descriptions of the IPAddress#38Leonid-Zakharov merged 1 commit intomainfrom
Leonid-Zakharov merged 1 commit intomainfrom
Conversation
Leonid-Zakharov
approved these changes
Jun 27, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
GeoLocation
Make GeoLocation more accurate and efficient:
There are large IP address ranges reserved for private networks and therefore have no geo-location.
These addresses show up a fair amount in network traces. The GeoLocation service simply returns 404.
Instead, detect and short-circuit those addresses. Simply return: "Local/Private Network"
Linux on Windows
Linux on Windows communicates with a socket using AF_HYPERV (34) and size = 16.
Copy the 12 bytes into an IPv6 address and set the port=34 as a tag.
Also, extend the translation from port numbers to service names (ie. :443 => HTTPS, etc.).