Commit b6dd259c authored by Pavel Vainerman's avatar Pavel Vainerman

minor optimization: set RawTransportData size 100 byte

parent e0163f01
...@@ -37,9 +37,8 @@ ...@@ -37,9 +37,8 @@
typedef long TimerId; /*!< */ typedef long TimerId; /*!< */
typedef string<30> ObjectType; /*!< */ typedef string<30> ObjectType; /*!< */
typedef octet ByteOfMessage; /*!< */ typedef octet ByteOfMessage; /*!< */
typedef ByteOfMessage RawDataOfTransportMessage[150]; /*!< */ typedef ByteOfMessage RawDataOfTransportMessage[100]; /*!< */
/*! /*!
* *
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment