From: CSBVAX::MRGATE!CMU-Tek-Tcp-Request@prune.srv.cs.cmu.edu@SMTP 30-SEP-1988 11:31 To: ARISIA::EVERHART Subj: RE: Partial Success with 5.0 Received: from CS.CMU.EDU by PRUNE.SRV.CS.CMU.EDU; 30 Sep 88 09:45:59 EDT Received: from JUPITR.CC.CMU.EDU by CS.CMU.EDU; 30 Sep 88 09:44:49 EDT Date: Fri, 30 Sep 88 09:45:29 From: Marc Shannon Subject: RE: Partial Success with 5.0 To: dean@psy.cmu.edu Cc: cmu-tek-tcp@cs.cmu.edu I've got the CMU-TEK TCP/IP running on VMS V5.0 with no problems. I did have to make some changes to Kevin's PTY drivers to fix the problems that you are encountering. In TWDRIVER.MAR, around line 260, change BUFFER_SIZE from 32 to 256. In PYDRIVER.MAR, around line 275, change BUFFER_SIZE from 32 to 256. Around line 577, change MOVZBL to MOVZWL. These increase the buffers that the drivers use. It may make the drivers less efficient than before, but I haven't noticed any problems. --Marc