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

Comparing gvpe/src/protocol.C (file contents):
Revision 1.13 by pcg, Sat Mar 22 22:34:36 2003 UTC vs.
Revision 1.14 by pcg, Sat Mar 22 22:39:11 2003 UTC

546 u32 digest_nid; 546 u32 digest_nid;
547 547
548 const u8 curflags () const 548 const u8 curflags () const
549 { 549 {
550 return 0x80 550 return 0x80
551 | 0x02
552#if PROTOCOL_MAJOR != 2
553#error hi
554#endif
555 | (ENABLE_COMPRESSION ? 0x01 : 0x00); 551 | (ENABLE_COMPRESSION ? 0x01 : 0x00);
556 } 552 }
557 553
558 void setup (ptype type, int dst) 554 void setup (ptype type, int dst)
559 { 555 {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines