readme_uxblastee.txt

来自「vxworks 下的网络程序源码 包括」· 文本 代码 · 共 18 行

TXT
18
字号
FILE LIST -       uxBlastee.c  DESCRIPTION - 	     This is a server program which communicates with client through a 	     TCP socket. It is intended to be run on a UNIX system (hence the 	     name "ux" for UNIX). It allows to configure the maximum size of  	     socket-level receive buffer. It repeatedly reads a given size  	     message from the client and reports the number of bytes read every 	     minute.  RUNNING DEMO - 	     To run this blastee task from UNIX host do the following: 	     % blastee   7000  1000  16000 &  EXAMPLE COMPILE LINE - 	     cc -o uxBlastee uxBlastee.c -lsocket -lnsl

⌨️ 快捷键说明

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