netsec-ethz / rains

RAINS (Another Internet Naming Service)
Apache License 2.0
9 stars 11 forks source link

Publishing content for zones larger than the maximum msg size #179

Open fehlmach opened 5 years ago

fehlmach commented 5 years ago

When a zone is too big to fit into one message, a zone has to publish its content with shards and assertions. Currently there is no check in the publisher that makes sure that a zone is not too large. The functionality to send shards instead of one zone is also missing. Note that assertions within shards are currently not signed.