readme_uxblaster
来自「官方源码」· 代码 · 共 16 行
TXT
16 行
FILE LIST - uxBlaster.cDESCRIPTION - 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 + -
显示快捷键?