mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
Fix comment for rend_service_parse_port_config()
This commit is contained in:
parent
9a790f7325
commit
a847e16cbb
@ -344,9 +344,9 @@ rend_service_port_config_new(const char *socket_path)
|
|||||||
return conf;
|
return conf;
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Parses a real-port to virtual-port mapping separated by the provided
|
/** Parses a virtual-port to real-port/socket mapping separated by
|
||||||
* separator and returns a new rend_service_port_config_t, or NULL and an
|
* the provided separator and returns a new rend_service_port_config_t,
|
||||||
* optional error string on failure.
|
* or NULL and an optional error string on failure.
|
||||||
*
|
*
|
||||||
* The format is: VirtualPort SEP (IP|RealPort|IP:RealPort|'socket':path)?
|
* The format is: VirtualPort SEP (IP|RealPort|IP:RealPort|'socket':path)?
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user