ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/src/connection.h
(Generate patch)

Comparing gvpe/src/connection.h (file contents):
Revision 1.40 by root, Fri Oct 11 04:07:24 2013 UTC vs.
Revision 1.41 by root, Thu Jan 29 00:21:39 2015 UTC

196 u8 features; 196 u8 features;
197 197
198 pkt_queue data_queue, vpn_queue; 198 pkt_queue data_queue, vpn_queue;
199 199
200 crypto_ctx *octx, *ictx; 200 crypto_ctx *octx, *ictx;
201 iv_gen oiv; // generator for random byte prefix
202 201
203 void generate_auth_data (); 202 void generate_auth_data ();
204 203
205 ev_tstamp auth_expire; // when the snd_* and *_ecdh values expire 204 ev_tstamp auth_expire; // when the snd_* and *_ecdh values expire
206 ev_tstamp hmac_error; // time of first hmac error in a series 205 ev_tstamp hmac_error; // time of first hmac error in a series

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines