xferspdy icon indicating copy to clipboard operation
xferspdy copied to clipboard

diff over tcp

Open bylli79 opened this issue 7 years ago • 3 comments

Hello, You can use it on tcp connections.

Thank you

bylli79 avatar May 01 '17 11:05 bylli79

Hello, Are you asking if this can be used over TCP connections? Support for TCP is somewhat orthogonal to the purpose of the library. Of course one of the use could be to reduce data transfer when transferring version of files, by just transferring deltas. It shouldn't be too hard to build. Monmohan

monmohan avatar May 01 '17 16:05 monmohan

My steps should be: 1 copy of fingerprint from server to client 2 generation patch on client 3 copy of the patch on the server

I think this is the process

bylli79 avatar May 01 '17 16:05 bylli79

Sounds right to me. You can also use compressions when doing these transfers to further reduce data size

monmohan avatar May 01 '17 17:05 monmohan