diff options
author | Nick Hainke <vincent@systemli.org> | 2022-07-21 17:02:49 +0200 |
---|---|---|
committer | Nick Hainke <vincent@systemli.org> | 2022-07-21 17:16:23 +0200 |
commit | 204fd77bbc810e64602bbd758af4bef6c76844b1 (patch) | |
tree | 2f78c1615331432f2ab21e6ad8e073eebabd1454 /net | |
parent | 7967abfae0cb26e7cd83d0aef25bc9ea14ba1847 (diff) |
dawn: update to 2022-07-21
bb362db datastorage: fix ap_array_unlink_entry always returns NULL
47e98ef network: ping pong keepalive for tcp connections
eba0354 network: add timeout for client connections
In the dawn config the con_timeout needs to be added:
option con_timeout '60'
Signed-off-by: Nick Hainke <vincent@systemli.org>
Diffstat (limited to 'net')
-rw-r--r-- | net/dawn/Makefile | 6 | ||||
-rw-r--r-- | net/dawn/files/dawn.config | 1 |
2 files changed, 4 insertions, 3 deletions
diff --git a/net/dawn/Makefile b/net/dawn/Makefile index a9aedc25c..1eee5ebeb 100644 --- a/net/dawn/Makefile +++ b/net/dawn/Makefile @@ -5,13 +5,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dawn -PKG_SOURCE_DATE:=2022-07-18 +PKG_SOURCE_DATE:=2022-07-21 PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/berlin-open-wireless-lab/DAWN.git -PKG_SOURCE_VERSION:=e596ff131735821684f7ecea73d7634733319f94 -PKG_MIRROR_HASH:=be47665a0df75ee93b0949a42e6ab3e41243d01519ae01dada983f23611a949a +PKG_SOURCE_VERSION:=bb362db2facd8ce7a39c430a353b6413ec24d70d +PKG_MIRROR_HASH:=38c19c05fb61df7b567a62d1d98ea35ae39a7c178997af9946060203c9a5df1d PKG_MAINTAINER:=Nick Hainke <vincent@systemli.org> PKG_LICENSE:=GPL-2.0-only diff --git a/net/dawn/files/dawn.config b/net/dawn/files/dawn.config index 6e6bdeb4a..0f968136f 100644 --- a/net/dawn/files/dawn.config +++ b/net/dawn/files/dawn.config @@ -16,6 +16,7 @@ config hostapd option hostapd_dir '/var/run/hostapd' config times + option con_timeout '60' option update_client '10' option remove_client '15' option remove_probe '30' |