package hvsock
Bindings for Hyper-V AF_VSOCK
Install
Dune Dependency
Authors
Maintainers
Sources
1.0.2.tar.gz
sha256=93e9bba076c30b9a09b96b1a81a7d7fe9361bbcf713980d0a510cae7c65dbfe0
md5=d3ec27d96076075a6d2f949cc8ef3d32
doc/CHANGES.html
1.0.2 (2018-06-14)
- Remove unnecessary dependency on
Bos
- Require lwt 3.2.0 and later following the removal of lwt.preemptive
1.0.1 (2017-09-15)
- Move the Unix-independent module
Lwt_hvsock_main_thread
tohvsock.lwt
rather thanhvsock.lwt-unix
. Note there is a dependency fromhvsock.lwt-unix
tohvsock.lwt
so no user code needs to be adjusted.
1.0.0 (2017-07-04)
- Port to Jbuilder
- Minimum OCaml version is now 4.03.0
0.14.0 (2017-04-24)
- Update to MirageOS 3 (#51, @samoht)
0.13.0 (2017-01-20):
- use scatter-gather I/O to minimise system calls
- spawn a pair of blocking read/write threads, using a fixed amount of buffer
- switch to Lwt_preemptive.detach: 2x faster than Lwt_stream + run_in_main
- attempt to minimise the number of calls of Lwt_preemptive.detach
0.12.0 (2017-01-11):
- use a blocking connect by default, rather than a 300ms delay
- drop the OCaml heap lock in the non-blocking connect
- run the connect function in a background thread
- add appveyor and status badges
0.11.1 (2016-11-23):
- make connection fail within 300ms rather than 30ms to work better on virtualised systems
0.11.0 (2016-11-14):
- make connection fail within 30ms rather than 1s
- increase test coverage with more distros
0.10.0 (2016-07-25):
- major bug fixes in the Flow_lwt_hvsock_shutdown module
- extra robustness in case of unexpected errors from the Win32 API
0.9.0 (2016-07-14):
- Fix the signatures of the hvsock C stubs to include
unit
arg.
0.8.1 (2016-07-11)
- Fix build on OCaml 4.03
- Add an hvsock.lwt-unix subpackage for users of Lwt_unix
0.8 (2016-06-30)
- Increase flow buffer size to 4KiB from 1KiB
- Use Cstruct.t internally rather than marshalling to/from Byte.t
- Functorise to make compatible with Uwt as well as Lwt_unix
0.7 (2016-06-13)
- Treat unexpected
read
orwrite
errors asEof in
FLOW` - Treat unexpected
shutdown_read
andshutdown_write
errors asEof
- Clarify/add/update copyright headers in source files
0.6 (2016-05-25)
- Add a simple protocol with shutdown read, write and close
0.5 (2016-05-21)
- Bump Linux AF_HYPERV to 43
- Use one RX and one TX thread per connection
- Acquire the runtime lock before calling
uerror
- Implement Lwt_hvsock.listen (untested)
0.4 (2016-05-12)
- Add an implementation of V1_LWT.FLOW
0.3 (2016-05-12)
- Avoid running out of Lwt_preemptive thread pool threads
0.2 (2016-05-12)
- Work around connect() blocking forever
0.1 (2016-05-12)
- Initial release
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
- 1.0.1 (2017-09-15)
- 1.0.0 (2017-07-04)
- 0.14.0 (2017-04-24)
- 0.13.0 (2017-01-20):
- 0.12.0 (2017-01-11):
- 0.11.1 (2016-11-23):
- 0.11.0 (2016-11-14):
- 0.10.0 (2016-07-25):
- 0.9.0 (2016-07-14):
- 0.8.1 (2016-07-11)
- 0.8 (2016-06-30)
- 0.7 (2016-06-13)
- 0.6 (2016-05-25)
- 0.5 (2016-05-21)
- 0.4 (2016-05-12)
- 0.3 (2016-05-12)
- 0.2 (2016-05-12)
- 0.1 (2016-05-12)