readme

来自「一个远程桌面协议的例子」· 代码 · 共 18 行

TXT
18
字号
This is a simple windows program that demonstrates windows sockets 
library UDP commands.  You need to have the entry "local_node"  with 
your IP address in your hosts file.  This program uses hard coded ports 
1025 and 1026.

To run it: after loading the application in windows, click on Options 
(the only menu choice). Then click on UDP_commands.  You should see 
the following 4 lines of output:
    Starting UDP sample application
    sent packet 
    received packet from IP addr=???.???.???.???
    End of UDP sample program.

If you wish to modify this program, first modify the makefile (winudp.mak)
if necessary, and then remake with pvcs make:
   make -f winupd

⌨️ 快捷键说明

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