mycelium icon indicating copy to clipboard operation
mycelium copied to clipboard

End-2-end encrypted IPv6 overlay network

Results 46 mycelium issues
Sort by recently updated
recently updated
newest added

I'd like to reach some mycelium nodes (and non-mycelium networks behind them) from my Android phone. A first version could provide a GUI to: - configure a list of bootstrap...

state_inprogress
type_feature

Currently sending an update to a peer first checks if the source table needs to be updated, taking a write lock to do so (and if necessary apply said update)....

type_feature

Performance profiles show that the biggest amount of time is currently spent in 3 places: - read from tun - write to tun - write to peers One option which...

type_feature

Current tun implementations generally have some additional code to properly set up IPv6 (#69 on mac). We also want to support GRO/GSO on linux (#141), so it makes sense to...

type_feature

Currently a node always has the full route table. This might not always be desirable, especially for nodes with limited memory. After #94, we can essentially run with only a...

priority_minor
type_feature

### Description as mentioned in docs it was supporting message subsystem to make communication between machines. https://github.com/threefoldtech/mycelium/blob/master/docs/message.md after installing mycelium on the machines and trying to make the machines to...

type_bug

right now it seems like --peers only accepts IP addresses: ``` error: invalid value 'quic://lassul.us:9651' for '--peers ...': failed to parse address: invalid socket address syntax ``` It would be...

type_feature

Currently seqno requests are forwarded naively to "the best route" according to the router. However, in case the request is repeated within some time, it needs to be forwarded to...

type_bug

Currently we keep all fallback peers which are feasible, and also infeasibles as well (if they have been retracted recently). Certain network topologies can however cause this to become a...

type_feature