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

A Mirage FLOW over a hypervisor socket with an additional protocol layer to workaround bugs where in-flight data is lost after a shutdown_write or a close.