--- gvpe/src/connection.h 2005/03/03 16:54:34 1.18 +++ gvpe/src/connection.h 2005/03/04 04:52:38 1.19 @@ -140,16 +140,9 @@ crypto_ctx *octx, *ictx; #if ENABLE_DNS - sockinfo dns_si; // forwarder + struct dns_connection *dns; - vector dns_rcvpq; int dns_rcvseq; // received packets - - struct byte_stream *dns_rcvdq; - struct byte_stream *dns_snddq; int dns_sndseq; //D - - void dnsv4_cb (time_watcher &w); time_watcher dnsv4_tw; bool send_dnsv4_packet (vpn_packet *pkt, const sockinfo &si, int tos); - void dnsv4_receive_rep (struct dns_rcv *r); #endif enum conf_node::connectmode connectmode;