RFS COTS Interface

Monkey Face@unixprt monkey at unixprt.UUCP
Mon Dec 1 16:36:33 AEST 1986


I hope that this is the correct place to post this.

Has anyone else noticed that the RFS code in System V Release 3.0
connects to the TLI interface using Connection Oriented Transport
Services (COTS), but it expects a message based interface?  

Since COTS is not a message based interface, unless your transport 
provider is message based (transparent to TLI) then RFS does not 
work when activity gets high enough to cause the COTS stream to
void a 'message like' look.

Protocols like TCP/IP which are also stream oriented can not be used
if what I am assuming is true (and I think it is).

Earlier version of the V.3 alpha/beta tapes included a thing called
NPACK that was between TLI and the transport provider to solve this
problem, but is is not in the release.  And also, in reality the tranport
provider in these cases (when TCP/IP was desired) was really 
NPACK/TCP/IP.  Therefore only interfacing to systems that have an 
NPACK/TCP/IP transport provider.

I have a fix to the RFS code that will allow a true interface to a 
COTS transport provider.

I would especially like to here from the boys/girls at AT&T.

Monkey Face @ unixprt (uni-xperts)



More information about the Comp.unix.questions mailing list