1
0
mirror of https://github.com/JoelBender/bacpypes synced 2025-09-28 22:15:23 +08:00

return the default value to what's in clause 12.11.27 (hotfix)

This commit is contained in:
Joel Bender 2016-08-26 11:07:55 -04:00
parent afc89978b5
commit b5671a18c8
3 changed files with 3 additions and 3 deletions

View File

@ -248,7 +248,7 @@ class LocalDeviceObject(DeviceObject):
{ 'maxApduLengthAccepted': 1024
, 'segmentationSupported': 'segmentedBoth'
, 'maxSegmentsAccepted': 16
, 'apduSegmentTimeout': 20000
, 'apduSegmentTimeout': 5000
, 'apduTimeout': 3000
, 'numberOfApduRetries': 3
}

View File

@ -247,7 +247,7 @@ class LocalDeviceObject(DeviceObject):
{ 'maxApduLengthAccepted': 1024
, 'segmentationSupported': 'segmentedBoth'
, 'maxSegmentsAccepted': 16
, 'apduSegmentTimeout': 20000
, 'apduSegmentTimeout': 5000
, 'apduTimeout': 3000
, 'numberOfApduRetries': 3
}

View File

@ -247,7 +247,7 @@ class LocalDeviceObject(DeviceObject):
{ 'maxApduLengthAccepted': 1024
, 'segmentationSupported': 'segmentedBoth'
, 'maxSegmentsAccepted': 16
, 'apduSegmentTimeout': 20000
, 'apduSegmentTimeout': 5000
, 'apduTimeout': 3000
, 'numberOfApduRetries': 3
}