From: Nikos Mavrogiannopoulos Date: Mon, 18 Dec 2000 00:08:40 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: gnutls-0-0-7~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88c9c8fe7cb20634112427f7ef33ec8236cefe94;p=thirdparty%2Fgnutls.git *** empty log message *** --- diff --git a/doc/API b/doc/API index 4e5f5d0dfe..543d77f85c 100644 --- a/doc/API +++ b/doc/API @@ -128,5 +128,5 @@ int gnutls_set_current_session( GNUTLS_STATE state, void* session, int session_s int gnutls_set_lowat( GNUTLS_STATE state, int num); 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), - but anyway why do that? + if you have changed the default low water value (default is 1). + Normally you will not need that function.