From 22ee0424ac53f4741391a43d88ef32dbd99329f0 Mon Sep 17 00:00:00 2001 From: liamcottle Date: Tue, 17 Dec 2024 23:29:28 +1300 Subject: [PATCH] update docs --- src/public/protos/file_transfer.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/public/protos/file_transfer.proto b/src/public/protos/file_transfer.proto index 9f46c0e..fef5881 100644 --- a/src/public/protos/file_transfer.proto +++ b/src/public/protos/file_transfer.proto @@ -1,6 +1,6 @@ /** File transfer protos written by Liam Cottle - - sender should send an OfferFileTransfer to other user + - sender should send an OfferFileTransfer to recipient - recipient should send RejectFileTransfer if they don't want this file - recipient should send RequestFileChunk as many times as needed to receive the file if they want it - sender should send a FileChunk back when a RequestFileChunk is received