[ENHANCEMENT] Iterative Route Discovery for Scalability #19

Closed
opened 2026-02-11 19:23:48 +00:00 by thabeta · 1 comment
Owner

Description

Storing the full global routing table in memory will not scale for a planetary mesh.

Proposed Fix

Introduce distance-based route pruning or DHT-based recursive lookups for distant destinations.

### Description Storing the full global routing table in memory will not scale for a planetary mesh. ### Proposed Fix Introduce distance-based route pruning or DHT-based recursive lookups for distant destinations.
Owner

The current implementation only maintains routes to direclty connected peers, and routes which are actively being used

The current implementation only maintains routes to direclty connected peers, and routes which are actively being used
lee closed this issue 2026-03-20 11:43:38 +00:00
thabeta added this to the ACTIVE project 2026-03-23 14:27:06 +00:00
Sign in to join this conversation.
No labels
Urgent
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
geomind_code/mycelium_network#19
No description provided.