From e661abd100eaa45b7ec5d331d0304cde62a295d5 Mon Sep 17 00:00:00 2001 From: skarg Date: Tue, 24 Jan 2006 16:45:01 +0000 Subject: [PATCH] testing with 480 byte APDUs --- bacnet-stack/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bacnet-stack/config.h b/bacnet-stack/config.h index 905ce2da..68ab95fd 100644 --- a/bacnet-stack/config.h +++ b/bacnet-stack/config.h @@ -12,8 +12,8 @@ // 50 is the minimum; adjust to your memory and physical layer constraints // Lon=206, MS/TP=480, ARCNET=480, Ethernet=1476 //#define MAX_APDU 50 -//#define MAX_APDU 480 -#define MAX_APDU 1476 +#define MAX_APDU 480 +//#define MAX_APDU 1476 // for confirmed messages, this is the number of transactions // that we hold in a queue waiting for timeout.