libssh2_session_flag - TODO
int libssh2_session_flag(LIBSSH2_SESSION *session, int flag, int value);
libssh2 manual libssh2_session_flag(3ssh2)
NAME
libssh2_session_flag - TODO
SYNOPSIS
int libssh2_session_flag(LIBSSH2_SESSION *session, int flag, int
value);
DESCRIPTION
Set options for the created session. flag is the option to set, while
value is typically set to 1 or 0 to enable or disable the option.
FLAGS
LIBSSH2_FLAG_SIGPIPE
If set, libssh2 will not attempt to block SIGPIPEs but will let
them trigger from the underlying socket layer.
LIBSSH2_FLAG_COMPRESS
If set - before the connection negotiation is performed - lib-
ssh2 will try to negotiate compression enabling for this connec-
tion. By default libssh2 will not attempt to use compression.
RETURN VALUE
Returns regular libssh2 error code.
AVAILABILITY
This function has existed since the age of dawn. LIBSSH2_FLAG_COMPRESS
was added in version 1.2.8.
ATTRIBUTES
See attributes(7) for descriptions of the following attributes:
+---------------+------------------+
|ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+---------------+------------------+
|Availability | library/libssh2 |
+---------------+------------------+
|Stability | Uncommitted |
+---------------+------------------+
SEE ALSO
NOTES
Source code for open source software components in Oracle Solaris can
be found at https://www.oracle.com/downloads/opensource/solaris-source-
code-downloads.html.
This software was built from source available at
https://github.com/oracle/solaris-userland. The original community
source was downloaded from https://www.libssh2.org/download/lib-
ssh2-1.10.0.tar.gz.
Further information about this software can be found on the open source
community website at https://www.libssh2.org/.
libssh2 0.15 1 Jun 2007
libssh2_session_flag(3ssh2)