-
skarg committed revision 1531 to the BACnet Protocol Stack SVN repository, changing 1 files.
2009-11-13 23:00:33 UTC by skarg
-
skarg committed revision 1530 to the BACnet Protocol Stack SVN repository, changing 1 files.
2009-11-12 02:56:32 UTC by skarg
-
skarg committed revision 1529 to the BACnet Protocol Stack SVN repository, changing 1 files.
2009-11-11 21:54:22 UTC by skarg
-
Changed RetryCount in TSM to count up, which matches the BACnet spec language, and removes the bug when APDU Retries is 0.
Committed into subversion as revision 1527.
2009-11-10 17:54:51 UTC by skarg
-
petermcs committed revision 1528 to the BACnet Protocol Stack SVN repository, changing 13 files.
2009-11-10 15:37:11 UTC by petermcs
-
skarg committed revision 1527 to the BACnet Protocol Stack SVN repository, changing 1 files.
2009-11-10 12:03:34 UTC by skarg
-
The handling of RetryCount (APDU_RETRIES) is not performed correctly in Transaction State Machine.
/* timeout. retry? */
if (TSM_List[i].RequestTimer == 0) {
TSM_List[i].RetryCount--;
TSM_List[i].RequestTimer = apdu_timeout();
if (TSM_List[i].RetryCount) {
datalink_send_pdu(...
Here, the...
2009-11-10 10:12:12 UTC by nobody
-
skarg committed revision 1526 to the BACnet Protocol Stack SVN repository, changing 8 files.
2009-11-10 03:41:22 UTC by skarg
-
skarg committed revision 1525 to the BACnet Protocol Stack SVN repository, changing 1 files.
2009-11-10 03:14:05 UTC by skarg
-
skarg committed revision 1524 to the BACnet Protocol Stack SVN repository, changing 36 files.
2009-11-05 15:39:46 UTC by skarg