From 33258675ff74282348f9947d8092e1398e0fb347 Mon Sep 17 00:00:00 2001 From: skarg Date: Tue, 6 Nov 2007 17:55:22 +0000 Subject: [PATCH] Added comment. --- bacnet-stack/include/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bacnet-stack/include/config.h b/bacnet-stack/include/config.h index d67411ba..5766ca1d 100644 --- a/bacnet-stack/include/config.h +++ b/bacnet-stack/include/config.h @@ -36,7 +36,7 @@ /* Typical sizes are 50, 128, 206, 480, 1024, and 1476 octets */ /* This is used in constructing messages and to tell others our limits */ /* 50 is the minimum; adjust to your memory and physical layer constraints */ -/* Lon=206, MS/TP=480, ARCNET=480, Ethernet=1476 */ +/* Lon=206, MS/TP=480, ARCNET=480, Ethernet=1476, BACnet/IP=64K */ #if !defined(MAX_APDU) /* #define MAX_APDU 50 */ #define MAX_APDU 480