Updated AWS IoT (markdown)

s-hadinger 2019-06-10 19:34:32 +02:00
parent 68c3a3334d
commit a7fc492a77
1 changed files with 4 additions and 4 deletions

@ -311,18 +311,18 @@ Note: if you use USE_WEBSERVER, your impact is lowered by 2k since the Web log b
Memory needed during connection (TLS handshake - fingerprint validation):
* ThunkStack = **4608 bytes**
* ThunkStack = **4808 bytes**
* DecoderContext = **1152 bytes**
* PrivateKey + Certificate = **800**
* **Total for connection = 6.5k**
* **Total for connection = 6.7k**
Memory needed during connection (TLS handshake - full CA validation):
* ThunkStack = **4608 bytes**
* ThunkStack = **4808 bytes**
* CA Certificate in RAM = **328 bytes**
* DecoderContext = **3072 bytes**
* PrivateKey + Certificate = **800**
* **Total for connection = 8.8k**
* **Total for connection = 9.0k**
### Connection Time