libssh2_session_flag (3) Linux Manual Page
libssh2_session_flag – TODO Synopsisint libssh2_session_flag(LIBSSH2_SESSION *session, int flag, int value); DescriptionSet 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. FlagsLIBSSH2_FLAG_SIGPIPE If set, libssh2 will not attempt to block SIGPIPEs but will let them trigger from the underlying…
