SOCKETS.SYS: Difference between revisions
Appearance
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: | ||
|} | |} | ||
== | ==DLLs Loaded== | ||
* [[DOSCALL1.DLL]] | |||
* [[VIOCALLS.DLL]] | |||
[[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 |