HomePhabricator

Improve parsing of IPv6 addresses
1e8aeae15a30Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

Improve parsing of IPv6 addresses

Implement the following rules:

  • Interpret [X]:Y as host=X port=Y, if Y is an integer
  • Interpret X:Y as host=X port=Y, if Y is an integer and X contains no colon
  • Interpret X:Y as host=X:Y port=default otherwise

Details

Provenance
Pieter Wuille <pieter.wuille@gmail.com>Authored on May 30 2012, 20:44
schancelPushed on Jan 5 2018, 21:58
schancelPushed on Jan 5 2018, 21:39
schancelPushed on Jan 5 2018, 21:17
Parents
rSTAGINGd59bce21e5db: Merge pull request #1459 from laanwj/2012_06_trayiconmenu
Branches
Unknown
Tags
Unknown

Event Timeline

Pieter Wuille <pieter.wuille@gmail.com> committed rSTAGING1e8aeae15a30: Improve parsing of IPv6 addresses (authored by Pieter Wuille <pieter.wuille@gmail.com>).Jun 14 2012, 15:37