mirror of
https://github.com/esp8266/Arduino.git
synced 2025-09-11 05:52:31 +03:00
- Add broadcast functionality.
- Add createPermanentConnections argument to attemptAutoEncryptingTransmission method. - Reduce risk of misinterpreting acks by adding check for ack sender MAC. - Reduce _encryptionRequestTimeoutMs from 500 ms to 300 ms since this should give enough (100 %) margin to the level where problems start appearing (150 ms timeout) and also save a lot of time in case of request failure. - Improve comments.
This commit is contained in:
@@ -48,7 +48,7 @@ public:
|
||||
/**
|
||||
* @param resultArray An uint8_t array with at least size 6.
|
||||
*
|
||||
* @returns The interface MAC used for communicating with the peer.
|
||||
* @return The interface MAC used for communicating with the peer.
|
||||
*/
|
||||
uint8_t *getEncryptedPeerMac(uint8_t *resultArray) const;
|
||||
uint8_t *getUnencryptedPeerMac(uint8_t *resultArray) const;
|
||||
|
Reference in New Issue
Block a user