home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / netds / winsock / readme.txt < prev   
Text File  |  1997-09-18  |  1KB  |  25 lines

  1. Windows Sockets samples
  2.  
  3. appletalk   -- using the appletalk PAP protocol.
  4. bcast       -- Broadcast over UDP or IPX with SO_BROADCAST
  5. dt_dll      -- Debug Trace feature of checked build of ws2_32.dll
  6. globchat    -- client/server chat program
  7. iocomplt    -- Demonstrate the use of I/O Completion ports
  8. ipxchat     -- GUI chat sample showing Windows Sockets over IPX
  9. layered     -- Layered WinSock2 service provider
  10. nullprov    -- NULL service provider, and sample install code
  11. nwlink      -- using sockets over SPX.
  12. overlap     -- overlapped I/O + AcceptEx
  13. ping        -- demonstrates raw sockets
  14. rnr         -- registration and name resolution
  15. simple      -- simple client, server, and IOCTL example
  16. sockspx     -- simple IPX sample, including enumeration of local adapters
  17. tp4         -- using the OSI tp4 protocol, requires special run-time setup
  18. ws2chat     -- Windows Sockets 2 sample chat application
  19. wsock       -- GUID tutorial, includes demonstration of AcceptEx
  20.  
  21. Several of the samples demonstrate Windows Sockets 1 functionality.  They
  22. are included here because they show good, general purpose techniques, and
  23. because they demonstrate that building a Windows Sockets 2 application is
  24. often as simple as re-compiling and re-linking.
  25.