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.34 by pcg, Sat Jul 18 05:59:16 2009 UTC vs.
Revision 1.35 by root, Tue Feb 8 23:13:48 2011 UTC

152 152
153 sockinfo si; // the current(!) destination ip to send packets to 153 sockinfo si; // the current(!) destination ip to send packets to
154 int retry_cnt; 154 int retry_cnt;
155 155
156 tstamp last_activity; // time of last packet received 156 tstamp last_activity; // time of last packet received
157 tstamp last_establish_attempt; 157 tstamp last_establish_attempt;
158 //tstamp last_si_change; // time we last changed the socket address 158 //tstamp last_si_change; // time we last changed the socket address
159 159
160 u32 oseqno; 160 u32 oseqno;
161 sliding_window iseqno; 161 sliding_window iseqno;
162 162

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines