56: Change Session-ID to 32 bits? MR: Given that CBOR has only 1,2, and 4 byte uintegers, why do we have a 24-bit session-id?
BC: Well, it's a hangover from the pre-CBOR TLV format. But I think it's true that we'd increase the average message size by making it 32 bits, since there are a lot more random numbers between 2^24 and 2^32 than between 1 and 2^24. MR: okay, hangover that you'd like to save a byte. But CBOR doesn't let you save that byte, so just make it uint32? BC: CBOR sends 1, 2 or 4 bytes according to need, as I understand it. Regards Brian _______________________________________________ Anima mailing list [email protected] https://www.ietf.org/mailman/listinfo/anima
