mirror of
https://github.com/servalproject/serval-dna.git
synced 2024-12-21 22:17:53 +00:00
Clean up last #warning compiler message
This commit is contained in:
parent
a90c0156ed
commit
451e517c02
@ -847,7 +847,7 @@ int overlay_tick_interface(int i, long long now)
|
|||||||
/* We previously limited manifest space to 3/4 of MTU, but that causes problems for
|
/* We previously limited manifest space to 3/4 of MTU, but that causes problems for
|
||||||
MeshMS journal manifests, at least until we move to a compact binary format.
|
MeshMS journal manifests, at least until we move to a compact binary format.
|
||||||
So for now, allow allow rest of packet to get used */
|
So for now, allow allow rest of packet to get used */
|
||||||
#warning reduce to <= mtu*3/4 once we have compacty binary canonical manifest format
|
// TODO reduce to <= mtu*3/4 once we have compact binary canonical manifest format
|
||||||
ob_limitsize(e,overlay_interfaces[i].mtu*4/4);
|
ob_limitsize(e,overlay_interfaces[i].mtu*4/4);
|
||||||
|
|
||||||
/* Add advertisements for ROUTES not Rhizome bundles.
|
/* Add advertisements for ROUTES not Rhizome bundles.
|
||||||
|
Loading…
Reference in New Issue
Block a user