> Thing 1: InsertRequest messages need an InsertDataLength field. Nodes can be > configured > to reject InsertRequest messages if the size of the data is too big. This > doesn't help > with DataRequest messages, but it's a start.
I don't think we need this. The DataSend will resend to another node on a RequestFailed. Just send a RequestFailed if the DataLength in the DataSend is unacceptable to you. > Thing 2: The data store needs a maximumItemSize parameter; a data store will > not even bother trying to store a document that exceeds this. I don't see why not, so we might as well. > Thing 3: We need to come to an agreement on the partial message format so > that I can implement it. I've been sketching out a proposal -- here's the > current > draft: > Properties for the "message/partial" MIME type I don't like partial as the name. Perhaps multipart? The rest seems good, though. _______________________________________________ Freenet-dev mailing list Freenet-dev at lists.sourceforge.net http://lists.sourceforge.net/mailman/listinfo/freenet-dev
