module Rpc_xti_client: sig
.. end
Minimal support for TI-RPC over the XTI API
This library has been developed for Solaris only. I do not know
whether it works on other System V flavors, too.
val cots_connect : string -> string -> Unix.file_descr
The first parameter is the name of the TLI/XTI device.
The second parameter is the address of the endpoint
to connect. The own endpoint has always an anonymous
address.
The "tirdwr" module is pushed onto the STREAM such that
the "read" and "write" syscalls work.