readme_uxblaster.txt
来自「vxworks 下的网络程序源码 包括」· 文本 代码 · 共 16 行
TXT
16 行
FILE LIST - uxBlaster.c DESCRIPTION - This is a client program which connects to the server via TCP socket for UNIX. It allows to configure the maximum size of the socket-level send buffer. It repeatedly sends a given size message to the given port at destination target. RUNNING DEMO - To run this blaster program from your UNIX host do the following: % blaster <target name> 7000 1000 16000 & EXAMPLE COMPILE LINE - cc -o uxBlaster uxBlaster.c -lsocket -lnsl
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?