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
|
@ -263,7 +263,7 @@ grep 'CONFIG-T:' `find . -type f -name "*.[ch]"`|sed 's/^.*CONFIG-.: *\(.*\)$/|\
|
|||
-->
|
||||
|Parameter|Purpose|Notes [Default is bracketed]|
|
||||
|---------|-------|-----|
|
||||
|client_timeout|Timespan until a client is seen as disconnected|[60]|
|
||||
|con_timeout|Timespan until a connection is seen as disconnected|[60]|
|
||||
|remove_ap|Timer to remove expired AP entries from core data set|[460]|
|
||||
|remove_client|Timer to remove expired client entries from core data set|[15]|
|
||||
|remove_probe|Timer to remove expired PROBE and BEACON entries from core data set|[30]|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue