David Scott
David Scott
The keepalives implementation in #338 maintains a reference to the TCP connection state while the keep-alive timer is set. When the connection is closed the [refresh](https://github.com/mirage/mirage-tcpip/blob/f58e93b3d4ecd1d10530c0b9aedd717c1cb692e7/src/tcp/keepalive.mli#L56) function will not be...
`FLOW` already includes `close` which performs a graceful shutdown of one half of a bidirectional connection (also known as a half-close and written in Unix as `Unix.(shutdown fd Unix.SHUTDOWN_SEND)`). For...
Following on from this thread: http://lists.xenproject.org/archives/html/mirageos-devel/2015-08/msg00046.html we should - [ ] start checking in the .xl skeleton files to deployment repos as part of the build - [ ] modify...
**Description** **Steps to reproduce the issue:** On latest master b710224cdf9a8425a7129cdcb84fc1af00f926d7 on Windows 1. build the `linuxkit.exe` tool 2. attempt to build `linuxkit.exe build -format iso-efi .\getty.yml` **Describe the results you...
**Description** Currently if a contributor proposes a change to a package, the CI will fail trying to rebuild the package. Even if it could rebuild the package, the test packages...
There seems to be a problem with the "built-in" num library, but I'm not sure whether the problem is the metadata in this repo or somewhere else. On a Mac...
On my first publish I was prompted for a token: ``` /home/opam/.config/dune/github.token does not exists! To create a new token, please visit: https://github.com/settings/tokens/new And create a token with a nice...
`FLOW.close` should flush data and signal to the remote that no more data will be written. `FLOW.disconnect` should disconnect from the flow immediately without signalling and possibly drop in-flight/in-buffer data....
I'm running tests in CI and I want - the job to fail if any tests fail - the logs of the failing test (and probably the previous tests) to...
We're using a deprecated version in the CI. Let's update to latest and see what happens.