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

client listen to server for some minutes on wdt #206

Open foroughmajidi opened 4 years ago

foroughmajidi commented 4 years ago

I want to listen to sender for many hours (in loop)but after one minute receiver closed.why? I used -run_as_daemon=true but it didn't work.

sender: wdt -directory "E:\hayai" -connection_url "wdt://ipaddress?ports=5555,&recpv=32&id=1111"

receiver: wdt -directory "E:\tmp" -start_port 5555 -transfer_id 1111 -run_as_daemon=true

ldemailly commented 4 years ago

can you put the output of both commands/processes?