diff options
author | Riccardo Spagni <ric@spagni.net> | 2019-03-04 21:20:33 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2019-03-04 21:20:34 +0200 |
commit | 4466f4504e8bc41d353a6becce0526df8272bc1d (patch) | |
tree | f22a1a5bf61c24b596f8f070017403dc639c34a6 /src/net/parse.h | |
parent | Merge pull request #5084 (diff) | |
parent | i2p: initial support (diff) | |
download | monero-4466f4504e8bc41d353a6becce0526df8272bc1d.tar.xz |
Merge pull request #5091
123fc2a2 i2p: initial support (Jethro Grassie)
Diffstat (limited to 'src/net/parse.h')
-rw-r--r-- | src/net/parse.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/net/parse.h b/src/net/parse.h index 9195ddc2b..5804c4128 100644 --- a/src/net/parse.h +++ b/src/net/parse.h @@ -37,11 +37,11 @@ namespace net { /*! - Identifies onion and IPv4 addresses and returns them as a generic + Identifies onion, i2p and IPv4 addresses and returns them as a generic `network_address`. If the type is unsupported, it might be a hostname, and `error() == net::error::kUnsupportedAddress` is returned. - \param address An onion address, ipv4 address or hostname. Hostname + \param address An onion address, i2p address, ipv4 address or hostname. Hostname will return an error. \param default_port If `address` does not specify a port, this value will be used. |