Plasma GitLab Archive
Projects Blog Knowledge

Module Rpc_xti_client

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.

Contact the keyserv daemon over XTI


type connector = [ `Direct of Rpc_client.connector * Rpc.protocol | `Keyenvoy of string ] 
val keyserv_connector : connector
Returns a connector that can be used to call the keyserv daemon.
This web site is published by Informatikbüro Gerd Stolpmann
Powered by Caml