Changeset 772
- Timestamp:
- 03/30/08 08:08:45 (20 months ago)
- Location:
- branches/binary/server
- Files:
-
- 2 modified
-
memcached.h (modified) (1 diff)
-
t/binary.t (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/binary/server/memcached.h
r755 r772 58 58 59 59 #define BIN_REQ_MAGIC 0x80 60 #define BIN_RES_MAGIC 0x8 060 #define BIN_RES_MAGIC 0x81 61 61 62 62 #define CMD_GET 0 -
branches/binary/server/t/binary.t
r770 r772 41 41 42 42 use constant REQ_MAGIC_BYTE => 0x80; 43 use constant RES_MAGIC_BYTE => 0x8 0;43 use constant RES_MAGIC_BYTE => 0x81; 44 44 45 45 use constant PKT_FMT => "CCnCxxxNN";
