Man Page: libssh2_channel_forward_accept
Operating Environment: centos
Section: 3
libssh2_channel_forward_accept(3) libssh2 manual libssh2_channel_forward_accept(3)NAMElibssh2_channel_forward_accept - accept a queued connectionSYNOPSIS#include <libssh2.h> LIBSSH2_CHANNEL * libssh2_channel_forward_accept(LIBSSH2_LISTENER *listener);DESCRIPTIONlistener is a forwarding listener instance as returned by libssh2_channel_forward_listen_ex(3).RETURN VALUEA newly allocated channel instance or NULL on failure.ERRORSWhen this function returns NULL use libssh2_session_last_errno(3) to extract the error code. If that code is LIBSSH2_ERROR_EAGAIN, the ses- sion is set to do non-blocking I/O but the call would block.SEE ALSOlibssh2_channel_forward_listen_ex(3) libssh2 0.15 1 Jun 2007 libssh2_channel_forward_accept(3)
| Similar Topics in the Unix Linux Community |
|---|
| Is UNIX an open source OS ? |
| Weird 'find' results |
| How to increment version inside a file? |
| CentOS7 restoring file capabilities |
| CentOS 6 ran out of space, need to reclaim it |