Open feverwind opened 4 years ago
In the doc.md, the two Authentication Algorithms option is
const.AUTH_OPEN const.AUTH_SHARED
but int the const.py,the real option is
AUTH_ALG_OPEN = 0 AUTH_ALG_SHARED = 1
please fix it
In the doc.md, the two Authentication Algorithms option is
but int the const.py,the real option is
please fix it