Himanshu Bahl <[EMAIL PROTECTED]> writes: > Hi, > I looked at the gnuTLS function library reference. I did not find the > functions there that you have mentioned below. can you specify where can I > get the functions prototypes. > http://www.gnu.org/software/gnutls/manual/html_node/Function-reference.html#Function-reference
Hi. I think you want to define your own push/pull functions, and make sure GnuTLS is using them instead of recv() or send(). Use gnutls_transport_set_pull_function() and gnutls_transport_set_push_function(), see the manual for function descriptions. Also see the manual on transport layers: http://www.gnu.org/software/gnutls/manual/html_node/The-transport-layer.html#The-transport-layer /Simon > > > Know Me > > > > > > Florian Weimer <[EMAIL PROTECTED]> > 12/21/2006 07:52 PM > > > To > Himanshu Bahl/[EMAIL PROTECTED] > cc > [email protected] > Subject > Re: [Help-gnutls] Help needed with gnuTLS. > > > > > > > * Himanshu Bahl: > >> There are certain function calls like recvmsg who`s counter part I`m >> unable to find in gnuTls function reference. > > recvmsg and sendmsg correspond to the push and pull functions in > GnuTLS. > > -- > Florian Weimer <[EMAIL PROTECTED]> > BFK edv-consulting GmbH http://www.bfk.de/ > Kriegsstraße 100 tel: +49-721-96201-1 > D-76133 Karlsruhe fax: +49-721-96201-99 > > > > *********************** Aricent-Private > ***********************_______________________________________________ > Help-gnutls mailing list > [email protected] > http://lists.gnu.org/mailman/listinfo/help-gnutls _______________________________________________ Help-gnutls mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-gnutls
