In the section 6.2 in the blog article it says [mode] is up to six bytes, and the code includes an assertion that checks the length of mode is 5 or 6 characters.
I'm finding for references which indicate the mode can be 5-chars, but it seems everyone assumes it is 6-chars.
Could you please provide any detailed references for the mode string format?
In the section 6.2 in the blog article it says
[mode] is up to six bytes, and the code includes an assertion that checks the length of mode is 5 or 6 characters.I'm finding for references which indicate the mode can be 5-chars, but it seems everyone assumes it is 6-chars.
Could you please provide any detailed references for the mode string format?