Open tiller-tolbus opened 8 months ago
%create currently takes a hops=?(%0 %1 %2) variable, which is too low-level. The caller should specify whether an entry is %local (for this machine only) or %spread (for as many people on the network as the protocol can get it to).
%create
hops=?(%0 %1 %2)
%local
%spread
%create
currently takes ahops=?(%0 %1 %2)
variable, which is too low-level. The caller should specify whether an entry is%local
(for this machine only) or%spread
(for as many people on the network as the protocol can get it to).