Added segmentation support for server reply. (#974)
Added segmentation support for server devices for some services. Configure BACNET_SEGMENTATION_ENABLED=1 to include in the library, and adjust BACNET_MAX_SEGMENTS_ACCEPTED for maximum number of segments.
This commit is contained in:
@@ -223,6 +223,11 @@ ifeq (${LEGACY},true)
|
||||
BACNET_DEFINES += -DBACNET_STACK_DEPRECATED_DISABLE
|
||||
endif
|
||||
|
||||
ifeq (${SEGMENT},true)
|
||||
# enable segmentation support
|
||||
BACNET_DEFINES += -DBACNET_SEGMENTATION_ENABLED=1
|
||||
endif
|
||||
|
||||
ifeq (${NOTIFY},false)
|
||||
# disable intrinsic reporting
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user