home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic 4 Unleashed / Visual_Basic_4_Unleashed_SAMS_Publishing_1995.iso / swrench / protocol < prev    next >
Text File  |  1995-07-24  |  798b  |  21 lines

  1. # Copyright (c) 1995 Catalyst Sofware
  2. #
  3. # This file defines the Internet protocols per RFC 1060. Note that
  4. # the Windows Sockets DLL only supports the TCP and UDP protocols.
  5. #
  6. # Each protocol should listed on an individual line, with the protocol
  7. # name in the first column, followed by it's assigned number and
  8. # and any aliases.
  9. #
  10. # Comments may be included on a line by inserting a hash mark.
  11. # Blank lines, as well as improperly formatted lines, are ignored.
  12. #
  13. ip    0    IP    # Internet protocol
  14. icmp    1    ICMP    # Internet control message protocol
  15. ggp    3    GGP    # Gateway-gateway protocol
  16. tcp    6    TCP    # Transmission control protocol
  17. egp    8    EGP    # Exterior gateway protocol
  18. pup    12    PUP    # PARC universal packet protocol
  19. udp    17    UDP    # User datagram protocol
  20. rdp    27    RDP    # Reliable datagram protocol
  21.