readme

来自「这是广泛使用的通信开源项目,对于大容量,高并发的通讯要求完全能够胜任,他广泛可用」· 代码 · 共 38 行

TXT
38
字号
This directory contains a simple file transfer test program for the
Multicast in the TAO's Audio/Video Streaming Service. This program can
be run using UDP by default

Executable Options:
-------------------

server:
-------

-f <filename> -> The name of the file under which the received stream
                data has to be stored.

ftp:
----

-f <filename> --> The file to be streamed to the server. It is currently
                streamed at the rate of 0.5kbytes/s.

-s          --> flag to use SFP. This option cannot be used with -p
                TCP since SFP currently runs only over UDP.

Running the Test:
-----------------

In that order:

Run the Naming Service

server -f <filename1>     (machine 1)

server -f <filename2>     (machine 2)

ftp -f <filename>         (machine 3)



⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?