should've tested it first

This commit is contained in:
mpc
2004-11-28 05:11:39 +00:00
committed by zzz
parent 9b6eab451f
commit b3626ad86f

View File

@@ -58,7 +58,7 @@ extern "C" {
/* The maximum length of a SAM command with a public key */
#define SAM_PKCMD_LEN (SAM_PUBKEY_LEN + SAM_CMD_LEN)
/* The maximum size of a single raw packet */
#define SAM_RAW_LEN (32 * 1024)
#define SAM_RAW_PAYLOAD_MAX (32 * 1024)
/* The maximum length a SAM non-data reply can be */
#define SAM_REPLY_LEN 1024