facebook / wdt

Warp speed Data Transfer (WDT) is an embeddedable library (and command line tool) aiming to transfer data between 2 systems as fast as possible over multiple TCP paths.
https://www.facebook.com/WdtOpenSource
Other
2.86k stars 392 forks source link

[Doc] High level document #175

Open hcoona opened 6 years ago

hcoona commented 6 years ago

Is there any high level design doc help people understand this project? For example:

  1. The principle about why WDT could reach a high speed.
  2. What's the best/typical scenarios for WDT
  3. Comparion between WDT & traditional tools
  4. The architecture of WDT

etc.

ldemailly commented 6 years ago

There is some of that in https://github.com/facebook/wdt/wiki/FAQ and https://github.com/facebook/wdt/blob/master/README.md#design-philosophyoverview

but it could be expanded indeed (doc PR welcome!)

hcoona commented 6 years ago

They are useful, thanks.

http403 commented 4 years ago

Hi. is there any news? I would like to use and understand it. A detailed documents of the protocol and how to use it as a library (steps to invoke each methods and what does each argument means) will be highly appreciated.