Calascibetta Romain
Calascibetta Romain
Currently, the `connect()` function is special for FreeBSD & Windows. I suspect that NetBSD and OpenBSD have the same behavior than FreeBSD and, in this situation, we should merge the...
Currently, even if we ensured that no leak was done during our handshake, it will be nice to wrap the exchange into TLS. A question remains, how the relay gemerate...
Actually, `Fiber‧pick` does not follow the same semantic than `Lwt‧pick`: it does not cancel the other task when the first one is resolved. It's not a problem as is for...
This PR breaks our protocol where the identity of peers matters now. The identity is not the IP address of the peer but a seed generated by the relay. The...
Hi, I currently try to stress-test an unikernel which uses the `mirage-tcpip` stack and see if we don't have a memory leak. I audited my application to check if new...
Currently, our CI does not allow tests with Xen because `xl` (the hypervizor) is not available on our images. We probably should update, at least, the Debian 11 image with...
I tried to test #1455 but my experimentation did not go further due to a weird behavior of the _upstream_ version of `mirage`. It seems that for the `docteur` project...
Currently, even if MirageOS 4 handles correctly PPX, they are only applied on `duniverse/` projects. The idea is to put the ability to say that some of our files used...