mirror of
https://github.com/berlin-open-wireless-lab/DAWN.git
synced 2025-03-09 15:40:12 +00:00
network: ping pong keepalive for tcp connections
To make the tcp connections keepalive and better handle the timeout of connections con_timeout indicate the connection timeout and it is configurable Signed-off-by: Chen Minqiang <ptpt52@gmail.com>
This commit is contained in:
parent
eba03547a5
commit
47e98efed6
8 changed files with 136 additions and 30 deletions
|
@ -17,7 +17,7 @@ config hostapd
|
|||
option hostapd_dir '/var/run/hostapd'
|
||||
|
||||
config times
|
||||
option client_timeout '60'
|
||||
option con_timeout '60'
|
||||
option update_client '10'
|
||||
option remove_client '15'
|
||||
option remove_probe '30'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue