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.39 by pcg, Tue Apr 26 00:55:56 2005 UTC vs.
Revision 1.40 by pcg, Sat Jul 9 20:29:29 2005 UTC

461 r4 = r5 = r6 = r7 = 0; 461 r4 = r5 = r6 = r7 = 0;
462} 462}
463 463
464bool dns_cfg::valid () 464bool dns_cfg::valid ()
465{ 465{
466 // although the protocol itself allows for some configurability,
467 // only the following encoding/decoding settings are implemented.
466 return id1 == 'G' 468 return id1 == 'G'
467 && id2 == 'V' 469 && id2 == 'V'
468 && id3 == 'P' 470 && id3 == 'P'
469 && id4 == 'E' 471 && id4 == 'E'
470 && seq_cdc == 26 472 && seq_cdc == 26

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines