home *** CD-ROM | disk | FTP | other *** search
/ Programmer's ROM - The Computer Language Library / programmersrom.iso / ada / defdata / tcpip.cmm < prev    next >
Encoding:
Text File  |  1988-05-03  |  1.2 KB  |  36 lines

  1.      
  2.      
  3.                        Comments on Porting
  4.                             TCP/IP
  5.                           by E Systems           
  6.                            to DEC Ada
  7.                                                              Tool 3_1     
  8.                                                              September 17, 1985
  9.  
  10. COMPILATION
  11. -----------
  12.   An individual VMS command file containing an ordered list of compilation 
  13.   units was provided for the protocol.  We were able to recompile and link
  14.   the protocol with no modifications.   
  15.       
  16.       
  17.  
  18. EXECUTION
  19. ---------
  20.   Execution was not attempted because a network environment was not available.
  21.  
  22.  
  23.    
  24. COMMENT
  25. -------
  26.   The documentation appeared as though it would be helpful in 
  27.   implementing the protocol.  Nonetheless, previous knowledge of the 
  28.   protocols and networking is assumed.  A one page installation guide 
  29.   with topics ranging from tape transfer through execution was also 
  30.   provided.  The compilation section was helpful, however, link modules 
  31.   were not mentioned.  This was not a major problem, for the code could 
  32.   be consulted for the module.  Very little detail on the initialization
  33.   of the protocol was provided.
  34.  
  35.  
  36.