mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-09 18:04:25 +09:00
channel: Improve ssh_channel_open_reverse_forward documentation.
(cherry picked from commit 23b3c46fd6)
This commit is contained in:
committed by
Andreas Schneider
parent
b8767be373
commit
eca8b53868
@@ -889,11 +889,12 @@ int ssh_channel_open_session(ssh_channel channel) {
|
|||||||
*
|
*
|
||||||
* @param[in] remoteport The remote port.
|
* @param[in] remoteport The remote port.
|
||||||
*
|
*
|
||||||
* @param[in] sourcehost The source host (your local computer). It's optional
|
* @param[in] sourcehost The numeric IP address of the machine from where the
|
||||||
* and for logging purpose.
|
* connection request originates. This is mostly for
|
||||||
|
* logging purposes.
|
||||||
*
|
*
|
||||||
* @param[in] localport The source port (your local computer). It's optional
|
* @param[in] localport The port on the host from where the connection
|
||||||
* and for logging purpose.
|
* originated. This is mostly for logging purposes.
|
||||||
*
|
*
|
||||||
* @return SSH_OK on success, SSH_ERROR if an error occured.
|
* @return SSH_OK on success, SSH_ERROR if an error occured.
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user