package hvsock
-
hvsock
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Adds a layer of signalling over Hyper-V sockets to simulate unidirectional shutdown. This implements the same protocol as:
https://github.com/rneugeba/virtsock/tree/master/go/hvsock
module Make (Time : V1_LWT.TIME) (Main : Lwt_hvsock.MAIN) : sig ... end