From 832cf1aa5d44deec4724dbfaa4c644282f3da4ea Mon Sep 17 00:00:00 2001 From: zxystd <1051244836@qq.com> Date: Tue, 8 Sep 2020 14:00:47 +0800 Subject: [PATCH] increase nodes cache size from 100 to 200 --- itl80211/openbsd/net80211/ieee80211_node.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/itl80211/openbsd/net80211/ieee80211_node.h b/itl80211/openbsd/net80211/ieee80211_node.h index 7142b6a98..217151f88 100644 --- a/itl80211/openbsd/net80211/ieee80211_node.h +++ b/itl80211/openbsd/net80211/ieee80211_node.h @@ -54,7 +54,7 @@ #define IEEE80211_TRANS_WAIT 5 /* transition wait */ #define IEEE80211_INACT_WAIT 5 /* inactivity timer interval */ #define IEEE80211_INACT_MAX (300/IEEE80211_INACT_WAIT) -#define IEEE80211_CACHE_SIZE 100 +#define IEEE80211_CACHE_SIZE 200 #define IEEE80211_CACHE_WAIT 30 #define IEEE80211_INACT_SCAN 10 /* for station mode */