]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
doc update
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Wed, 3 Jul 2013 06:31:40 +0000 (08:31 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Wed, 3 Jul 2013 06:33:49 +0000 (08:33 +0200)
lib/gnutls_dtls.c

index 988e4c1b9ca9fb91b6e0ded60c11dd6ccbb549f3..754c97277b6636633c040c9fba5df8864dc3c489 100644 (file)
@@ -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
  **/