Magically fixed itself

This commit is contained in:
mpc
2004-08-09 10:02:07 +00:00
committed by zzz
parent 5abd2b400c
commit e1264de514

View File

@ -42,8 +42,8 @@ extern "C" {
*/ */
/* The maximum length a SAM command can be */ /* The maximum length a SAM command can be */
#define SAM_CMD_LEN 128 #define SAM_CMD_LEN 128
/*The maximum size of a single datagram packet (-30 temporary bug fix for SAM)*/ /* The maximum size of a single datagram packet */
#define SAM_DGRAM_PAYLOAD_MAX ((31 * 1024) - 30) #define SAM_DGRAM_PAYLOAD_MAX (31 * 1024)
/* The longest log message */ /* The longest log message */
#define SAM_LOGMSG_LEN 256 #define SAM_LOGMSG_LEN 256
/* The longest `name' arg for the naming lookup callback */ /* The longest `name' arg for the naming lookup callback */