diff options
Diffstat (limited to 'toxcore/net_crypto.h')
-rw-r--r-- | toxcore/net_crypto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/net_crypto.h b/toxcore/net_crypto.h index da776527..86668058 100644 --- a/toxcore/net_crypto.h +++ b/toxcore/net_crypto.h | |||
@@ -162,7 +162,7 @@ int write_cryptpacket(Net_Crypto *c, int crypt_connection_id, uint8_t *data, uin | |||
162 | 162 | ||
163 | /* Create a request to peer. | 163 | /* Create a request to peer. |
164 | * send_public_key and send_secret_key are the pub/secret keys of the sender. | 164 | * send_public_key and send_secret_key are the pub/secret keys of the sender. |
165 | * recv_public_key is public key of reciever. | 165 | * recv_public_key is public key of receiver. |
166 | * packet must be an array of MAX_DATA_SIZE big. | 166 | * packet must be an array of MAX_DATA_SIZE big. |
167 | * Data represents the data we send with the request with length being the length of the data. | 167 | * Data represents the data we send with the request with length being the length of the data. |
168 | * request_id is the id of the request (32 = friend request, 254 = ping request). | 168 | * request_id is the id of the request (32 = friend request, 254 = ping request). |