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.3 by pcg, Wed Apr 2 05:15:00 2003 UTC vs.
Revision 1.4 by pcg, Wed Apr 2 21:02:25 2003 UTC

136 136
137 void reset_dstaddr (); 137 void reset_dstaddr ();
138 138
139 void shutdown (); 139 void shutdown ();
140 void reset_connection (); 140 void reset_connection ();
141 void establish_connection_cb (tstamp &ts); time_watcher establish_connection; 141 void establish_connection_cb (time_watcher &w); time_watcher establish_connection;
142 void rekey_cb (tstamp &ts); time_watcher rekey; // next rekying (actually current reset + reestablishing) 142 void rekey_cb (time_watcher &w); time_watcher rekey; // next rekying (actually current reset + reestablishing)
143 void keepalive_cb (tstamp &ts); time_watcher keepalive; // next keepalive probe 143 void keepalive_cb (time_watcher &w); time_watcher keepalive; // next keepalive probe
144 144
145 void send_auth_request (const sockinfo &si, bool initiate); 145 void send_auth_request (const sockinfo &si, bool initiate);
146 void send_auth_response (const sockinfo &si, const rsaid &id, const rsachallenge &chg); 146 void send_auth_response (const sockinfo &si, const rsaid &id, const rsachallenge &chg);
147 void send_connect_info (int rid, const sockinfo &rsi, u8 rprotocols); 147 void send_connect_info (int rid, const sockinfo &rsi, u8 rprotocols);
148 void send_reset (const sockinfo &dsi); 148 void send_reset (const sockinfo &dsi);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines