This commit is contained in:
ingvar1995 2016-02-18 19:55:22 +03:00
commit 23969b7e2a
1 changed files with 4 additions and 0 deletions

View File

@ -187,3 +187,7 @@ TOX_ERR_GET_PORT = {
'TOX_ERR_GET_PORT_OK': 0,
'TOX_ERR_GET_PORT_NOT_BOUND': 1,
}
TOX_PUBLIC_KEY_SIZE = 32
TOX_ADDRESS_SIZE = TOX_PUBLIC_KEY_SIZE + 48