On Friday, November 09, 2012 05:16:15 Antonio Quartulli wrote:
The current timeout is set to one hour. However a client connected to the mesh network will always generate traffic. In the worst case it will send ARP requests every 4 or 5 minutes. On the other hand having a long timeout means storing dead entries for one hour leads to very big trans-tables containing useless clients.
This patch reduces the timeout to 10 minutes
Signed-off-by: Antonio Quartulli ordex@autistici.org
main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Applied in revision 736dcf6.
Thanks, Marek