readme_winblaster

来自「官方源码」· 代码 · 共 48 行

TXT
48
字号
FILE LIST -             winBlaster.cDESCRIPTION -	     This is a client program which connects to the server via TCP	     socket.  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.                          NOTE - Currently there is no winBlastee, but you can use              vxBlastee on the vxWorks target. If you need a blastee on              the windows host port the unix or the vxWorks blastee to              Windows host. RUNNING DEMO - 	     To run this blaster program from your Windows NT or Windows 95              host do the following at a DOS prompt:	     C:\> blaster <target name>  7000  1000  16000EXAMPLE COMPILE PROCEDURE -	     blaster.exe was compiled using Microsoft Visual C++ 4.1 in the             Microsoft Developer Studio.  	     STEP 1:  Cretae a Project Workspace.		Select File -> New... 		Select Project Workspace and click 'OK'		Select Type 'Console Application'.		Enter Name: blaster		Click 'Create'	     STEP 2:  Edit Build Settings.		Select Build -> Settings...		Select the tab labeled 'Link'		Under Object/Library modules add: wsock32.lib		Click 'OK'	     STEP 3:  Add Source file to Project Workspace.		Select Insert -> Files Into Project...		Enter File name: winBlaster.c		             STEP 4:  Build the executable.		Slecect Build -> Build blaster.exeTESTED ON - winBlaster on NT 4.0 and Windows 95            vxBlastee on mv162  

⌨️ 快捷键说明

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