Jump to content

SOCKETS.SYS: Difference between revisions

From EDM2
Created page with "SOCKETS.SYS provides the common sockets layer for the protocol stacks. Calls made to the socket APIs first pass through SOCKETS.SYS, which routes the call to the correct proto..."
 
No edit summary
Line 11: Line 11:
|}
|}


==DLL Entry Points==
==DLLs Loaded==
* [[DOSCALL1.DLL]]
* [[VIOCALLS.DLL]]


==DLLs Loaded==


[[Category:Files]]
[[Category:Files]]

Revision as of 22:03, 3 February 2016

SOCKETS.SYS provides the common sockets layer for the protocol stacks. Calls made to the socket APIs first pass through SOCKETS.SYS, which routes the call to the correct protocol stack. The socket address families supported are AF_OS2 (or equivalently, AF_UNIX), AF_INET, and AF_NETBIOS (or equivalently, AF_NB).

Version

Date Version Size Comments
--- bytes

DLLs Loaded