upd toxcore enums
This commit is contained in:
parent
14dd46b716
commit
909a982b86
@ -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 New Issue
Block a user