Merge branch 'master' of https://github.com/xveduk/toxygen
This commit is contained in:
commit
23969b7e2a
1 changed files with 4 additions and 0 deletions
|
@ -187,3 +187,7 @@ TOX_ERR_GET_PORT = {
|
||||||
'TOX_ERR_GET_PORT_OK': 0,
|
'TOX_ERR_GET_PORT_OK': 0,
|
||||||
'TOX_ERR_GET_PORT_NOT_BOUND': 1,
|
'TOX_ERR_GET_PORT_NOT_BOUND': 1,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
TOX_PUBLIC_KEY_SIZE = 32
|
||||||
|
|
||||||
|
TOX_ADDRESS_SIZE = TOX_PUBLIC_KEY_SIZE + 48
|
Loading…
Reference in a new issue