From 1d6a3b6dad21b494142f5f2b90bed5ccf678be13 Mon Sep 17 00:00:00 2001 From: skarg Date: Fri, 18 Mar 2005 22:10:16 +0000 Subject: [PATCH] added option for number of transactions. --- bacnet-stack/config.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/bacnet-stack/config.h b/bacnet-stack/config.h index accedf88..9bcbe502 100644 --- a/bacnet-stack/config.h +++ b/bacnet-stack/config.h @@ -8,4 +8,11 @@ // Lon=206, MS/TP=480, ARCNET=480, Ethernet=1476 #define MAX_APDU 50 +// for confirmed messages, this is the number of transactions +// that we hold in a queue waiting for timeout. +// Configure to zero if you don't want any confirmed messages +// Configure from 1..255 for number of outstanding confirmed +// requests available. +#define MAX_TSM_TRANSACTIONS 16 + #endif