mirror of
https://github.com/servalproject/serval-dna.git
synced 2025-04-08 19:44:17 +00:00
Reduce peak bandwidth usage (though we really need a dynamic limit)
This commit is contained in:
parent
1ade36f8df
commit
880117f6db
@ -434,7 +434,7 @@ overlay_interface_init(const char *name, struct socket_address *addr,
|
||||
break;
|
||||
case OVERLAY_INTERFACE_WIFI:
|
||||
tick_ms = 500;
|
||||
packet_interval = 400;
|
||||
packet_interval = 800;
|
||||
break;
|
||||
case OVERLAY_INTERFACE_UNKNOWN:
|
||||
tick_ms = 500;
|
||||
|
Loading…
x
Reference in New Issue
Block a user