mirror of
https://github.com/espressif/openthread.git
synced 2026-08-06 10:47:46 +00:00
[network-data] set max length to 254 (#4177)
As specified by Thread Conformance Specification.
This commit is contained in:
@@ -92,7 +92,7 @@ class NetworkData : public InstanceLocator
|
||||
public:
|
||||
enum
|
||||
{
|
||||
kMaxSize = 255, ///< Maximum size of Thread Network Data in bytes.
|
||||
kMaxSize = 254, ///< Maximum size of Thread Network Data in bytes.
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user