readme
来自「这是广泛使用的通信开源项目,对于大容量,高并发的通讯要求完全能够胜任,他广泛可用」· 代码 · 共 27 行
TXT
27 行
# README,v 1.1 2000/04/24 22:28:54 coryan Exp
This directory contains a very simple example of a
multicast-based federation of event services.
The example is a single process that contains:
1) An event service
2) A supplier
3) A consumer
4) The gateways required to send and receive data through the
multicast group.
The tests should be executed as follows:
$ MCast
If you need to set the multicast group and port you can use
the -m option:
$ MCast -m 224.100.2.1:12345
Run the test in multiple machines on the same network. If
there is only one process you should only receive 1000 events in the
local consumer. If there is more than one machine you should receive
more events.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?