home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic 4 Unleashed / Visual_Basic_4_Unleashed_SAMS_Publishing_1995.iso / swrench / winsock.ini < prev   
INI File  |  1995-07-24  |  1KB  |  34 lines

  1. ;
  2. ; WINSOCK.INI
  3. ; Copyright (c) 1995, Catalyst Software
  4. ;
  5. ; This configuration file is for use with the loopback Windows
  6. ; Sockets library distributed with Catalyst NetTools. This file
  7. ; must be placed in the same directory as the socket library.
  8. ;
  9.  
  10. ;
  11. ; This section defines the local host system. The Address item
  12. ; specifies the IP address of the system. This may be any valid
  13. ; address, with the exception of 0.0.0.0, 255.255.255.255 or
  14. ; the loopback address 127.0.0.1.
  15. ;
  16. ; The Name and Domain items define the local host and domain
  17. ; name. All three items are required for the correct operation
  18. ; of the library.
  19. ;
  20. [Host]
  21. Address=192.0.0.1
  22. Name=myhost
  23. Domain=mydomain.com
  24.  
  25. ;
  26. ; This section specifies the full pathnames of the files used
  27. ; by the library. If a given file does not exist, the function
  28. ; calls that attempts to access it will fail with an error
  29. ;
  30. [Files]
  31. Hosts=c:\catalyst\winsock\hosts
  32. Protocols=c:\catalyst\winsock\protocol
  33. Services=c:\catalyst\winsock\services
  34.