MSTCPSDK

所属分类:网络编程
开发工具:Borland C++
文件大小:104KB
下载次数:152
上传日期:2004-07-09 19:44:58
上 传 者liyongzhen
说明:  Socket 编程的DOS下和Windows开发包 Microsoft TCP/IP SDK for DOS/Windows
(Socket programming DOS and Windows development package Microsoft TCP/IP SDK for DOS/Windows)

文件列表:
MSTCPSDK\DSAMPLE\CLIENT.BAK (3989, 1992-04-12)
MSTCPSDK\DSAMPLE\CLIENT.C (4010, 2004-07-09)
MSTCPSDK\DSAMPLE\SERVER.C (5205, 1992-04-12)
MSTCPSDK\DSAMPLE (0, 2004-07-09)
MSTCPSDK\INCLUDE\NETDB.H (1899, 1992-04-12)
MSTCPSDK\INCLUDE\NETINET\IN.H (3557, 1992-04-12)
MSTCPSDK\INCLUDE\NETINET (0, 2004-07-08)
MSTCPSDK\INCLUDE\SOCKDEFS.H (5628, 1992-04-12)
MSTCPSDK\INCLUDE\SOCK_ERR.H (3280, 1992-04-12)
MSTCPSDK\INCLUDE\SYS\SOCKET.H (4904, 1992-04-12)
MSTCPSDK\INCLUDE\SYS (0, 2004-07-08)
MSTCPSDK\INCLUDE\WSOCKDEF.H (4283, 1992-04-12)
MSTCPSDK\INCLUDE\WSOCKETS.H (7082, 1992-04-12)
MSTCPSDK\INCLUDE (0, 2004-07-08)
MSTCPSDK\LIB\DOS_SOCK.LIB (27935, 1992-04-12)
MSTCPSDK\LIB\OS2_SOCK.LIB (25839, 1992-04-12)
MSTCPSDK\LIB\WSOCKETS.DLL (32768, 1992-04-12)
MSTCPSDK\LIB\WSOCKETS.LIB (3584, 1992-04-12)
MSTCPSDK\LIB (0, 2004-07-08)
MSTCPSDK\NETPROG\SOCKETS.EXE (41792, 1992-04-12)
MSTCPSDK\NETPROG (0, 2004-07-08)
MSTCPSDK\WSAMPLE\CLNT_SRV\CLIENT.C (20311, 1992-04-12)
MSTCPSDK\WSAMPLE\CLNT_SRV\CLIENT.DEF (295, 1992-04-12)
MSTCPSDK\WSAMPLE\CLNT_SRV\CLIENT.EXE (17408, 1992-04-12)
MSTCPSDK\WSAMPLE\CLNT_SRV\CLIENT.H (985, 1992-04-12)
MSTCPSDK\WSAMPLE\CLNT_SRV\CLIENT.MAK (634, 1992-04-12)
MSTCPSDK\WSAMPLE\CLNT_SRV\CLIENT.RC (662, 1992-04-12)
MSTCPSDK\WSAMPLE\CLNT_SRV\SERVER.C (20824, 1992-04-12)
MSTCPSDK\WSAMPLE\CLNT_SRV\SERVER.DEF (288, 1992-04-12)
MSTCPSDK\WSAMPLE\CLNT_SRV\SERVER.EXE (16384, 1992-04-12)
MSTCPSDK\WSAMPLE\CLNT_SRV\SERVER.H (1049, 1992-04-12)
MSTCPSDK\WSAMPLE\CLNT_SRV\SERVER.MAK (634, 1992-04-12)
MSTCPSDK\WSAMPLE\CLNT_SRV\SERVER.RC (662, 1992-04-12)
MSTCPSDK\WSAMPLE\CLNT_SRV (0, 2004-07-08)
MSTCPSDK\WSAMPLE\UDP\WINUDP.C (17627, 1992-04-12)
MSTCPSDK\WSAMPLE\UDP\WINUDP.DEF (292, 1992-04-12)
MSTCPSDK\WSAMPLE\UDP\WINUDP.EXE (25736, 1992-04-12)
... ...

Microsoft TCP/IP Sockets Development Kit Version 1.0 SUPPLEMENTAL INFORMATION Copyright (c) Hewlett-Packard Company, 1990. Copyright (c) Microsoft, 1992. All rights reserved. Microsoft, MS, and MS-DOS are registered trademarks and Windows is a trademark of Microsoft Corporation. Operating System/2 and OS/2 are registered trademarks licensed to Microsoft Corporation. U.S. Patent Number 4955066. This file reflects last-minute information regarding the Microsoft TCP/IP Sockets Development Kit version 1.0. Installing the Microsoft TCP/IP Sockets Development Kit ------------------------------------------------------- The following files are included in the Microsoft TCP/IP Sockets Development Kit: README.TXT - this file \INCLUDE\ - the same include files are used for MS-DOS/Windows and OS/2 application development. By default, the libraries are used for MS-DOS or OS/2 application development. To designate Windows development, you must define the symbol WSOCKETS_DLL before including these files. See Windows sample apps. NETDB.H - defines data structures used by the sockets network database routines (gethostent, getservent, etc.). NETINET\ IN.H - definitions particular to the Internet address domain. SOCK_ERR.H - defines errors returned by sockets routines. SOCKDEFS.H - function prototypes for MS-DOS and OS/2 sockets routines. (Note: included in socket.h). WSOCKDEF.H - function prototypes for Windows sockets routines. (Note: included in socket.h if WSOCKETS_DLL is defined.) SYS\ SOCKET.H - contains socket definitions and type declarations necessary for most sockets applications. \LIB\ DOS_SOCK.LIB - This library is for MS-DOS sockets applications. OS2_SOCK.LIB - This library is for OS/2 sockets applications. WSOCKETS.LIB - This is a small static library that is used to handle the explicit loading of wsockets.dll. wsockets.dll is included with the LAN Manager product. See the following sections on Sockets DLL/Library and Static vs. Dynamic Link Library Interfaces. \DSAMPLE\ - this directory contains sample code for an MS-DOS or OS/2 (not Windows) application. CLIENT.C - sample client application source code. SERVER.C - sample server application source code. WSAMPLE\ - this directory contains Windows sample code CLNT_SRV\ - sample client/server application source code for Windows. UDP\ - source for a very simple UDP Windows application. \NETPROG\ SOCKETS.EXE - a patched version of socktsr.exe/sockets.exe that contains a bug fix not found in earlier versions of LAN Manager 2.1 and Microsoft TCP/IP Utilities for LAN Manager. You may freely copy the contents of this diskette to your hard disk, taking care to preserve the include file directory structure. After indicating to your compiler and linker the location of the include files and sockets libraries, you should be able to completely build your application. Sockets DLL/library ------------------- The sockets DLL named 'wsockets.dll will be made available to end users on the LAN Manager distribution diskettes. The user will be required to copy this file manually from the distribution disk - it is *not* copied during the installation of LAN Manager by default. It is also important to remind users that they must load either socktsr.exe (the old real-mode sockets TSR) or sockets.exe. Wsockets.DLL/sockets.exe bug fixes ---------------------------------- A bug fix was made to both wsockets.dll that caused some applications to UAE when the remote system closed the socket first in a TCP connection. This bug fix will be incorporated into all new releases of Microsoft LAN Manager and The Microsoft TCP/IP Utilities for LAN Manager. For your reference, these updates are provided on this diskette. Memory Implications ------------------- This implementation of sockets attempts to minimize the memory required to execute sockets applications. There are numerous situations in which not enough resources are available to fully execute a sockets call, and sockets indicates this to the user by returning the ENOBUFS error. If your application receives this error frequently, you should evaluate the cause, and adjust your PROTOCOL.INI parameters to provide increased resources. Maximum SOCK_DGRAM send size ---------------------------- Currently, the maximum SOCK_DGRAM (UDP) send size is limited to 1400 bytes by the networking services below sockets. IP fragmentation on UDP transmission is likewise not yet supported.

近期下载者

相关文件


收藏者