e53f38dd40e3ae42423206c39f7a86a4f72999d1
commenting out the section that checks for new packets to send. It was not the intent of the BACnet standard, but it makes the Master Node FSM compliant. It's either that or re-parse the message for a matching apdu and invoke id, and then defer if the next message does not match. The problem happens when an unconfirmed request (i.e. WhoIs) is followed immediated by a confirmed request (i.e. ReadProperty) before the device can respond to the unconfirmed request (i.e. the I-Am is queued in the Transmit buffer).
Description
No description provided
Languages
C
94.8%
CMake
2.5%
Makefile
1.3%
Python
0.5%
Perl
0.2%
Other
0.5%