Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

diff over tcp #13

Open
bylli79 opened this issue May 1, 2017 · 3 comments
Open

diff over tcp #13

bylli79 opened this issue May 1, 2017 · 3 comments

Comments

@bylli79
Copy link

bylli79 commented May 1, 2017

Hello,
You can use it on tcp connections.

Thank you

@monmohan
Copy link
Owner

monmohan commented May 1, 2017

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

@bylli79
Copy link
Author

bylli79 commented May 1, 2017

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

@monmohan
Copy link
Owner

monmohan commented May 1, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants