From dd4e6a70f2f4eefab8a7dd663b881ba4f29bd5ba Mon Sep 17 00:00:00 2001 From: Rui Salvaterra Date: Mon, 2 Nov 2020 10:35:20 +0000 Subject: hostapd: enable the epoll-based event loop Hostapd supports epoll() since 2014. Let's enable it for better performance. Signed-off-by: Rui Salvaterra --- package/network/services/hostapd/files/wpa_supplicant-p2p.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/network/services/hostapd/files/wpa_supplicant-p2p.config') diff --git a/package/network/services/hostapd/files/wpa_supplicant-p2p.config b/package/network/services/hostapd/files/wpa_supplicant-p2p.config index 5156048284..b00847a256 100644 --- a/package/network/services/hostapd/files/wpa_supplicant-p2p.config +++ b/package/network/services/hostapd/files/wpa_supplicant-p2p.config @@ -290,7 +290,7 @@ CONFIG_BACKEND=file #CONFIG_ELOOP_POLL=y # Should we use epoll instead of select? Select is used by default. -#CONFIG_ELOOP_EPOLL=y +CONFIG_ELOOP_EPOLL=y # Should we use kqueue instead of select? Select is used by default. #CONFIG_ELOOP_KQUEUE=y -- cgit v1.2.3