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

Comparing gvpe/src/protocol.h (file contents):
Revision 1.10 by pcg, Fri Mar 28 04:05:10 2003 UTC vs.
Revision 1.11 by pcg, Fri Mar 28 16:14:40 2003 UTC

96 void rekey_cb (tstamp &ts); time_watcher rekey; // next rekying (actually current reset + reestablishing) 96 void rekey_cb (tstamp &ts); time_watcher rekey; // next rekying (actually current reset + reestablishing)
97 void keepalive_cb (tstamp &ts); time_watcher keepalive; // next keepalive probe 97 void keepalive_cb (tstamp &ts); time_watcher keepalive; // next keepalive probe
98 98
99 void send_auth_request (const sockinfo &si, bool initiate); 99 void send_auth_request (const sockinfo &si, bool initiate);
100 void send_auth_response (const sockinfo &si, const rsaid &id, const rsachallenge &chg); 100 void send_auth_response (const sockinfo &si, const rsaid &id, const rsachallenge &chg);
101 void send_connect_info (int rid, const sockinfo &rsi, u8 rprotocols);
101 void send_reset (const sockinfo &dsi); 102 void send_reset (const sockinfo &dsi);
102 void send_ping (const sockinfo &dsi, u8 pong = 0); 103 void send_ping (const sockinfo &dsi, u8 pong = 0);
103 void send_data_packet (tap_packet *pkt, bool broadcast = false); 104 void send_data_packet (tap_packet *pkt, bool broadcast = false);
104 void inject_data_packet (tap_packet *pkt, bool broadcast = false); 105 void inject_data_packet (tap_packet *pkt, bool broadcast = false);
105 void connect_request (int id); 106 void connect_request (int id);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines