----- Original Message ----- From: "Ian Clarke" <[email protected]>
> On Sun, May 13, 2001 at 10:07:58AM -0700, Ian Clarke wrote: > > I suspect that the size in question is the size of the key rather than > > the size of the data. > > ...or maybe not... The size in question is actually the size of the file about to be inserted with the a ClientPut. This is now a non-issue with the proposed change of byte 21--instead of having size == 2 ** byte21 for SVKs, it can be changed to size <= 2 **byte21. Just set byte 21 to 0f, and the total max filesize for the SVK becomes 32768, but all sizes under that work. In effect, the size byte for SVK types acts as if it isn't there. > Ian. -Mathew _______________________________________________ Devl mailing list Devl at freenetproject.org http://lists.freenetproject.org/mailman/listinfo/devl
