Sha256: 15f731dd321430f433e9b7ca8c3241888eabc5fe293871e1ae2cb731a07e0318
Contents?: true
Size: 1.34 KB
Versions: 5
Compression:
Stored size: 1.34 KB
Contents
.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gnutls_transport_set_lowat" 3 "2.4.2" "gnutls" "gnutls" .SH NAME gnutls_transport_set_lowat \- Used to set the lowat value in order for select to check for pending data. .SH SYNOPSIS .B #include <gnutls/gnutls.h> .sp .BI "void gnutls_transport_set_lowat(gnutls_session_t " session ", int " num ");" .SH ARGUMENTS .IP "gnutls_session_t session" 12 is a \fBgnutls_session_t\fP structure. .IP "int num" 12 is the low water value. .SH "DESCRIPTION" Used to set the lowat value in order for select to check if there are pending data to socket buffer. Used only if you have changed the default low water value (default is 1). Normally you will not need that function. This function is only useful if using berkeley style sockets. Otherwise it must be called and set lowat to zero. .SH "REPORTING BUGS" Report bugs to <bug-gnutls@gnu.org>. .SH COPYRIGHT Copyright \(co 2008 Free Software Foundation. .br Permission is granted to make and distribute verbatim copies of this manual provided the copyright notice and this permission notice are preserved on all copies. .SH "SEE ALSO" The full documentation for .B gnutls is maintained as a Texinfo manual. If the .B info and .B gnutls programs are properly installed at your site, the command .IP .B info gnutls .PP should give you access to the complete manual.
Version data entries
5 entries across 5 versions & 1 rubygems