libssh2_session_flag
TODO
- Provided by: libssh2-1-dev (Version: 1.10.0-3)
- Source: libssh2
- Report a bug
TODO
int libssh2_session_flag(LIBSSH2_SESSION *session, int flag, int value);
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.
Returns regular libssh2 error code.
This function has existed since the age of dawn. LIBSSH2_FLAG_COMPRESS was added in version 1.2.8.