Skip to content

Commit

Permalink
increase nodes cache size from 100 to 200
Browse files Browse the repository at this point in the history
  • Loading branch information
zxystd committed Sep 8, 2020
1 parent 3c854d6 commit 832cf1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion itl80211/openbsd/net80211/ieee80211_node.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

Expand Down

0 comments on commit 832cf1a

Please sign in to comment.