|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: iSCSI - decimal coded binary strings - a proposed resolution> Paul, > There seems to be something missing. > There is no decimal coding for numbers over 2**64. > And there no implied length for strings. > Where is the complexity? If I understood correctly, you were proposing: 1. For binary strings, decimal coding is allowed only if the particular string can never be longer than 64 bits. In other words, even in cases when some of the allowed values are less than 64 bits, you're not allowed to use decimal, ever. So the encoding rule is tied to the parameter, not to its value. 2. On the other hand, for numbers, the proposed rule says that you can encode the value in decimal whenever the value happens to be less than 2**64. If 5 minutes later that same parameter happens to have a value 2**64 or greater, then you cannot encode that particular value in decimal. So the encoding rule here is tied to the value, not the parameter; a given parameter sometimes permits decimal and sometimes not. That's what I meant: it is extra complexity to have an encoding rule for a variable that isn't the same for all possible values of the variable. paul
Home Last updated: Wed Jul 10 13:18:56 2002 11243 messages in chronological order |