Skip to content

Commit 9e2ac1d

Browse files
author
Juha Heiskanen
committed
Double default eapol entry size for test purpose.
1 parent 6b8beef commit 9e2ac1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/6LoWPAN/ws/ws_llc_data_service.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ typedef struct {
100100
typedef NS_LIST_HEAD(llc_message_t, link) llc_message_list_t;
101101

102102
#define MAX_NEIGH_TEMPORARY_MULTICAST_SIZE 5
103-
#define MAX_NEIGH_TEMPORRY_EAPOL_SIZE 15
103+
#define MAX_NEIGH_TEMPORRY_EAPOL_SIZE 30
104104
#define MAX_NEIGH_TEMPORAY_LIST_SIZE (MAX_NEIGH_TEMPORARY_MULTICAST_SIZE + MAX_NEIGH_TEMPORRY_EAPOL_SIZE)
105105

106106
typedef struct {

0 commit comments

Comments
 (0)