You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Downloading a file from a shared folder no longer holds all of it in memory.
Each piece is written out as its hash checks, so what the app holds at once
is one piece rather than the whole file — which, on that path, is whatever
size the sharer says it is. Tapping Download on a large or hostile entry
could take the app out on a phone before a single byte was persisted. The
two sibling download paths had been streaming for a while; this was the one
left assembling.
Changed
veil 0.11.14: a gossiped contact can no longer move where this node dials a
peer it was told about another way. The peer table is searched by node id to
answer "do we know this one", and that search returned whichever row held
the id — so a peer on the exchange path could rewrite the address of a peer
from the operator's own configuration, and the rewrite survived a restart. A
rumour may now refresh only the rows the exchange itself created.