strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Handling of new lifetime limits added to stroke.
[strongswan.git]
/
src
/
stroke
/
stroke_msg.h
diff --git
a/src/stroke/stroke_msg.h
b/src/stroke/stroke_msg.h
index
abf285a
..
9c3041c
100644
(file)
--- a/
src/stroke/stroke_msg.h
+++ b/
src/stroke/stroke_msg.h
@@
-237,6
+237,10
@@
struct stroke_msg_t {
time_t ipsec_lifetime;
time_t ike_lifetime;
time_t margin;
+ u_int64_t life_bytes;
+ u_int64_t margin_bytes;
+ u_int64_t life_packets;
+ u_int64_t margin_packets;
unsigned long tries;
unsigned long fuzz;
} rekey;