Windows NT 4.0 source code leak
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

39 lines
559 B

#include <windows.h>
#include <tchar.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <stdarg.h>
#include <winsock.h>
#include <wsipx.h>
#include <mhlsrvm.h>
BOOL fVerbose;
BOOL fRandom;
DWORD dwIterations;
DWORD dwTransferSize;
IN_ADDR RemoteIpAddress;
#define TCP_ECHO_PORT 7
CLIENT_IO_BUFFER SendBuffer;;
CHAR ReceiveBuffer[CLIENT_OUTBOUND_BUFFER_MAX];
VOID
WINAPI
ShowUsage(
VOID
);
VOID
WINAPI
ParseSwitch(
CHAR chSwitch,
int *pArgc,
char **pArgv[]
);
VOID
WINAPI
CompleteBenchmark (
VOID
);