readme.txt

来自「本书源码主要针对目前流行的FTP、HTTP、E-mail、Telnet、ICMP」· 文本 代码 · 共 7 行

TXT
7
字号
The vbudp sample can send or receive UDP datagrams and broadcasts.

To send and receive UDP datagrams, start the first instance of vbudp on machine1, and the second instance of vbudp on machine2. In vbudp 1, specify machine2's name or IP, remote port 6000, local port 5000, click bind. In vbudp 2, specify machine1's name or IP, remote port 5000, local port 6000, click bind. Then the two vbudp instance can communicate with each other.

To send and receive UDP broadcase, start the first instance of vbudp on machine1, and the second instance of vbudp on machine2. In vbudp 1, specify 255.255.255.255, remote port 6000, local port 5000, click bind. In vbudp 2, specify 255.255.255.255, remote port 5000, local port 6000, click bind. Then the two vbudp instance can send broadcast to each other.

⌨️ 快捷键说明

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