gnutls-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU gnutls branch, master, updated. gnutls_3_0_8-8-g14f2c54


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_3_0_8-8-g14f2c54
Date: Thu, 17 Nov 2011 20:35:48 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU gnutls".

http://git.savannah.gnu.org/cgit/gnutls.git/commit/?id=14f2c54c4bcab1d2aa916bbc50f85a6a458b258c

The branch, master has been updated
       via  14f2c54c4bcab1d2aa916bbc50f85a6a458b258c (commit)
      from  b774d6d772da3ee1a4d8b7d92a86ff7a52ec96b8 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 14f2c54c4bcab1d2aa916bbc50f85a6a458b258c
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Thu Nov 17 09:55:37 2011 +0100

    count all discarded packets as dropped.

-----------------------------------------------------------------------

Summary of changes:
 lib/gnutls_record.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/lib/gnutls_record.c b/lib/gnutls_record.c
index 4ff2951..6c2ac56 100644
--- a/lib/gnutls_record.c
+++ b/lib/gnutls_record.c
@@ -1088,6 +1088,7 @@ discard:
 sanity_check_error:
   if (IS_DTLS(session))
     {
+      session->internals.dtls.packets_dropped++;
       _gnutls_audit_log(session, "Discarded message[%u] due to invalid 
decryption\n", 
             (unsigned int)_gnutls_uint64touint32 (packet_sequence));
       ret = gnutls_assert_val(GNUTLS_E_AGAIN);


hooks/post-receive
-- 
GNU gnutls



reply via email to

[Prev in Thread] Current Thread [Next in Thread]