package datakit-server-9p

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Fs9p.MakeSource

Server builder.

Parameters

module Flow : Mirage_flow_lwt.S

Signature

Sourcetype flow = Flow.flow

The type for communication "channels" between the clients and the server.

Sourceval accept : root:Vfs.Dir.t -> msg:string -> flow -> unit Protocol_9p.Error.t Lwt.t

accept ~root f accepts connection on f, processs requests and returns when the connection has beenn closed.

OCaml

Innovation. Community. Security.