-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revisions to Inet::IPAddress (#10791)
* Revisions to Inet::IPAddress #### Problem `Inet::IPAddress` has some redundancies and outdated comments. #### Change overview - Convert `IPAddress::From…()` functions that are semantically constructors into constructors. - Replace several identical `union`s with `IPAddress::SockAddr`. - Fix outdated documentation regarding IPv4-in-IPv6. - Fix a use of `IPAddress::kMaxStringLength` (from #10450 review). #### Testing CI; no changes to functionality intended. * review
- Loading branch information
1 parent
b953fe7
commit 33ca522
Showing
14 changed files
with
173 additions
and
263 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Oops, something went wrong.