summaryrefslogtreecommitdiff
path: root/toxcore/net_crypto.c
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/net_crypto.c')
-rw-r--r--toxcore/net_crypto.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/net_crypto.c b/toxcore/net_crypto.c
index 17d2e8ff..6e5b8c82 100644
--- a/toxcore/net_crypto.c
+++ b/toxcore/net_crypto.c
@@ -284,7 +284,7 @@ int write_cryptpacket(Net_Crypto *c, int crypt_connection_id, uint8_t *data, uin
284 284
285/* Create a request to peer. 285/* Create a request to peer.
286 * send_public_key and send_secret_key are the pub/secret keys of the sender. 286 * send_public_key and send_secret_key are the pub/secret keys of the sender.
287 * recv_public_key is public key of reciever. 287 * recv_public_key is public key of receiver.
288 * packet must be an array of MAX_DATA_SIZE big. 288 * packet must be an array of MAX_DATA_SIZE big.
289 * Data represents the data we send with the request with length being the length of the data. 289 * Data represents the data we send with the request with length being the length of the data.
290 * request_id is the id of the request (32 = friend request, 254 = ping request). 290 * request_id is the id of the request (32 = friend request, 254 = ping request).