late dtls-id request
Martin Thomson <[email protected]>
| Newsgroups | gmane.ietf.mmusic |
|---|---|
| Message-ID | <CABkgnnWz52xL2AzZ1j-GLhKd4+xHJD+zng-2AvhT95Dr1Djkug@mail.gmail.com> |
Can I request the following change to the dtls-sdp doc:
OLD:
dtls-id-value = 6*256(dtls-id-char)
NEW:
dtls-id-value = 6*255(dtls-id-char)
I want to put this in a DTLS extension (see
draft-thomson-avtcore-sdp-uks; it would replace the session id that I
originally used) and a value that tops out at 256 requires a whole
extra length byte.