From 5a9aa9ffec25738535fa6cd12ea27c6cdc991d31 Mon Sep 17 00:00:00 2001 From: skarg Date: Fri, 13 May 2005 12:49:42 +0000 Subject: [PATCH] added other standard apdu defines --- bacnet-stack/config.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bacnet-stack/config.h b/bacnet-stack/config.h index 2f847270..02d4c6b9 100644 --- a/bacnet-stack/config.h +++ b/bacnet-stack/config.h @@ -12,6 +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 // for confirmed messages, this is the number of transactions // that we hold in a queue waiting for timeout.