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

Comparing gvpe/src/vpn_dns.C (file contents):
Revision 1.22 by pcg, Sun Mar 6 21:47:35 2005 UTC vs.
Revision 1.23 by pcg, Sun Mar 6 21:52:15 2005 UTC

1238 { 1238 {
1239 if (vpn->dns_sndpq.empty ()) 1239 if (vpn->dns_sndpq.empty ())
1240 { 1240 {
1241 send = new dns_snd (this); 1241 send = new dns_snd (this);
1242 1242
1243 printf ("new conn %p %d\n", this, c->conf->id);//D
1244 cfg.reset (THISNODE->id); 1243 cfg.reset (THISNODE->id);
1245 send->gen_syn_req (); 1244 send->gen_syn_req ();
1246 } 1245 }
1247 } 1246 }
1248 else if (vpn->dns_sndpq.size () < MAX_OUTSTANDING 1247 else if (vpn->dns_sndpq.size () < MAX_OUTSTANDING

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines