|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: iSCSI: more comments on draft -07-97
Steve,
As we said earlier many of the key names are directly borrowed from other
RFCs.
Although they are from the same "series" (GSS) the have no systematic
name-formation rules and we have just followed whatever was out there.
Should we change SPKM to use underscore too? I will try to clean it up a
bit and make all keys use underscore.
As for coding I think that we don't have good reasons (experience?) to
impose coding.
Please recall that we left both decimal and hex to allow for manual entry
and cut and paste.
Julo
Steve Senum
<ssenum@cisco. To: Julian Satran/Haifa/IBM@IBMIL
com> cc:
Subject: iSCSI: more comments on draft -07-97
26-09-01 18:05
Please respond
to Steve Senum
Hi Julian,
A couple of further comments to add to my last message.
9. The key names in Appendix A use both '-' and '_'.
You might consider having all of them use '-':
CHAP-N not CHAP_N.
10. I think it would be benenfical to have some guidelines
for the different encoding methods for numbers,
if value <= unsigned 32 bits
use decimal or hexadecimal
else if value <= (255 - 2) hexadecimal digits
use hexadecimal or base 64,
else
use base 64
end
or perhaps
if value <= unsigned 32 bits
use decimal or hexadecimal
else
use base 64
end
The point is to always use an efficient encoding for
numbers > unsigned 32 bits.
Regards,
Steve Senum
Home Last updated: Thu Sep 27 13:17:18 2001 6809 messages in chronological order |