Skip to content

Commit 16e38ce

Browse files
author
Mika Leppänen
committed
Changed EAPOL negotiation limit on small nw to 20
1 parent 21af923 commit 16e38ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/6LoWPAN/ws/ws_config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ extern uint8_t DEVICE_MIN_SENS;
219219
#define SEC_PROT_TIMER_EXPIRATIONS 2 // Number of retries
220220

221221
// Maximum number of simultaneous security negotiations
222-
#define MAX_SIMULTANEOUS_SECURITY_NEGOTIATIONS_SMALL 3
222+
#define MAX_SIMULTANEOUS_SECURITY_NEGOTIATIONS_SMALL 20
223223
#define MAX_SIMULTANEOUS_SECURITY_NEGOTIATIONS_MEDIUM 20
224224
#define MAX_SIMULTANEOUS_SECURITY_NEGOTIATIONS_LARGE 50
225225

0 commit comments

Comments
 (0)