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 : Mirage_time_lwt.S) (Fn : Lwt_hvsock.FN) : sig ... end