Changes between Version 3 and Version 4 of MEBSandbox/UDTExample


Ignore:
Timestamp:
04/25/12 19:07:50 (12 years ago)
Author:
Mark Berman
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MEBSandbox/UDTExample

    v3 v4  
    88 1. On pc2, run these commands
    99{{{
    10 % start a UDT server
    11 % start a UDT client
    12 ** Note transfer rate **
     10% pc1:~% /local/udt4/app/sendfile
     11server is ready at port: 9000
     12new connection: 192.168.2.2:55839
     13speed = 7.14472Mbits/sec
     14}}}
     15{{{
     16pc2:~% /local/udt4/app/recvfile pc1 9000 /local/sm.10M junk
    1317}}}
    1418 1. Now let's compare the results to a TCP-based (FTP) transfer. On pc2, run these commands