From: Nikos Mavrogiannopoulos Date: Wed, 3 Jul 2013 06:31:40 +0000 (+0200) Subject: doc update X-Git-Tag: gnutls_3_2_2~34 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7679b2353ae459bcdfb1f4d74eab7d36f45a76e1;p=thirdparty%2Fgnutls.git doc update --- diff --git a/lib/gnutls_dtls.c b/lib/gnutls_dtls.c index 988e4c1b9c..754c97277b 100644 --- a/lib/gnutls_dtls.c +++ b/lib/gnutls_dtls.c @@ -635,10 +635,10 @@ int t, ret; * This function will return the set size in bytes of the overhead * due to TLS (or DTLS) per record. * - * Note that this function may not provide inacurate values because - * of the many options that may be negotiated in TLS/DTLS. An more accurate - * value can be obtained using gnutls_record_overhead_size() after - * a completed handshake. + * Note that this function may provide inacurate values when TLS + * extensions that modify the record format are negotiated. In these + * cases a more accurate value can be obtained using gnutls_record_overhead_size() + * after a completed handshake. * * Since: 3.2.2 **/