Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: vpnc: devel

svn commit: vpnc r434 - /branches/vpnc-nortel/vpnc.c

 

 

vpnc devel RSS feed   Index | Next | Previous | View Threaded


vpnc at unix-ag

Sep 6, 2009, 7:45 AM

Post #1 of 1 (431 views)
Permalink
svn commit: vpnc r434 - /branches/vpnc-nortel/vpnc.c

Author: Antonio Borneo
Date: Sun Sep 6 16:45:03 2009
New Revision: 434

Log:
Merge in Nortel branch the commit r384 by Maurice Massar.
Original comment:
do not account retransmissions in s->ike.life.tx

Modified:
branches/vpnc-nortel/vpnc.c

Modified: branches/vpnc-nortel/vpnc.c
==============================================================================
--- branches/vpnc-nortel/vpnc.c (original)
+++ branches/vpnc-nortel/vpnc.c Sun Sep 6 16:45:03 2009
@@ -722,12 +722,11 @@
phase2_authpacket(s, pl, exchange_type, msgid, &p_flat, &p_size,
nonce_i, ni_len, nonce_r, nr_len);
isakmp_crypt(s, p_flat, p_size, 1);
+ s->ike.life.tx += p_size;
} else {
p_flat = *save_p_flat;
p_size = *save_p_size;
}
-
- s->ike.life.tx += p_size;

recvlen = sendrecv(s, r_packet, sizeof(r_packet), p_flat, p_size, sendonly);
if (sendonly == 0)

_______________________________________________
vpnc-devel mailing list
vpnc-devel [at] unix-ag
https://lists.unix-ag.uni-kl.de/mailman/listinfo/vpnc-devel
http://www.unix-ag.uni-kl.de/~massar/vpnc/

vpnc devel RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.