docs: correctly describe channel_wait_eof
channel_wait_eof waits for channel->remote.eof, which is set on receiving a `SSH_MSG_CHANNEL_EOF` message. This message is sent when a party has no more data to send on a channel.
Этот коммит содержится в:
родитель
33637f136e
Коммит
18fd7a0894
@ -8,7 +8,7 @@ int
|
||||
libssh2_channel_wait_eof(LIBSSH2_CHANNEL *channel);
|
||||
|
||||
.SH DESCRIPTION
|
||||
Wait for the remote end to acknowledge an EOF request.
|
||||
Wait for the remote end to send EOF.
|
||||
|
||||
.SH RETURN VALUE
|
||||
Return 0 on success or negative on failure. It returns
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user