Changed default WhoIs to be Broadcast after seeing problems of unicast I-Am through some BACnet routers. Split out WhoIs into 2 handlers - one for unicast I-Am and one for Broadcast I-Am. Developer can choose which one to use for their default handler.

This commit is contained in:
skarg
2010-02-19 14:45:32 +00:00
parent 0529106e73
commit d98194636c
3 changed files with 42 additions and 4 deletions
+1 -1
View File
@@ -107,7 +107,7 @@ void Send_I_Am(
* If the src address is not given, the dest address will be
* a broadcast address.
* @param buffer [in,out] The buffer to use for building the message.
* @param src [in] The source address information, if any (may be NULL).
* @param src [in] The source address information.
* @param dest [out] The destination address information.
* @param npdu_data [out] The NPDU structure describing the message.
* @return The length of the message in buffer[].