package hvsock

  1. Overview
  2. Docs

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