Conversation
|
|
||
| ### Target scales | ||
|
|
||
| The Desing follows two main rules. |
There was a problem hiding this comment.
| The Desing follows two main rules. | |
| The design follows two main rules. |
| | Mobile friendliness | poor (long-lived circuits, background connectivity) | good (stateless, tolerates intermittent connectivity) | | ||
| | Bandwidth overhead | circuit maintenance, cover traffic negligible | per-request relay headers | | ||
|
|
||
| Framing costs 4 bytes per message on stream transports. The channel contract deliberately exposes no ordering across channels and no deduplication to kep the sneakernet degradation requirement. |
There was a problem hiding this comment.
| Framing costs 4 bytes per message on stream transports. The channel contract deliberately exposes no ordering across channels and no deduplication to kep the sneakernet degradation requirement. | |
| Framing costs 4 bytes per message on stream transports. The channel contract deliberately exposes no ordering across channels and no deduplication to keep the sneakernet degradation requirement. |
There was a problem hiding this comment.
Thanks for catching that, i'll fix it
bc1cindy
left a comment
There was a problem hiding this comment.
I might be partly at fault here for mixing the expositional purpose of the outline with the implementation i've been working on (which was pretty useful)
but the idea of this doc is to be an expositional outline and this reads more like a spec, even though the design hasn't stabilized yet
I believe a good path would be to rewrite the outline using only high-level bullets to guide the actual writing, like explaining the progression of communication patterns and their trade-offs
please take a look at this comment this should be for expositional purposes, no need to go into details
i agree that some technical details spilled into the doc , as i strictly followed the outline. However in some places a reader actually do need to understand the technical reason behind a solution being problematic. i'll keep the technicalities for such cases and remove it where its not needed. |
This document describes the transport mechanism of fungi as a strawman ladder.
5f3120c to
617b31a
Compare
This document describes the transport mechanism of fungi as a strawman ladder.