From e1264de5148ca48a6b9be21f5976d106f238a695 Mon Sep 17 00:00:00 2001 From: mpc Date: Mon, 9 Aug 2004 10:02:07 +0000 Subject: [PATCH] Magically fixed itself --- apps/sam/c/inc/sam.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/sam/c/inc/sam.h b/apps/sam/c/inc/sam.h index 2f9ca885c..eaa90d6c5 100644 --- a/apps/sam/c/inc/sam.h +++ b/apps/sam/c/inc/sam.h @@ -42,8 +42,8 @@ extern "C" { */ /* The maximum length a SAM command can be */ #define SAM_CMD_LEN 128 -/*The maximum size of a single datagram packet (-30 temporary bug fix for SAM)*/ -#define SAM_DGRAM_PAYLOAD_MAX ((31 * 1024) - 30) +/* The maximum size of a single datagram packet */ +#define SAM_DGRAM_PAYLOAD_MAX (31 * 1024) /* The longest log message */ #define SAM_LOGMSG_LEN 256 /* The longest `name' arg for the naming lookup callback */