Show
Ignore:
Timestamp:
03/30/08 08:08:45 (20 months ago)
Author:
dormando
Message:

BIN_RES_MAGIC should be 0x81 as described in the protocol document.

Also useful for wireshark/etc for analyzing the protocol.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/binary/server/t/binary.t

    r770 r772  
    4141 
    4242use constant REQ_MAGIC_BYTE => 0x80; 
    43 use constant RES_MAGIC_BYTE => 0x80; 
     43use constant RES_MAGIC_BYTE => 0x81; 
    4444 
    4545use constant PKT_FMT => "CCnCxxxNN";