friends beginning

This commit is contained in:
Андрей Владимирович
2016-02-19 00:40:30 +03:00
parent 37bf68e22b
commit 85e0634660
2 changed files with 33 additions and 0 deletions

View File

@ -191,3 +191,5 @@ TOX_ERR_GET_PORT = {
TOX_PUBLIC_KEY_SIZE = 32
TOX_ADDRESS_SIZE = TOX_PUBLIC_KEY_SIZE + 48
TOX_MAX_FRIEND_REQUEST_LENGTH = 1016