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