Ludovic Chenut
Ludovic Chenut
We dig a bit on the SCTP part with @Menduist lately, here what we found: - There's no native implementation for the SCTP in nim that we could use, https://github.com/metacontainer/sctp.nim...
A quick overview of what was done since last update. - The SCTP is more or less done. I wrappped the https://github.com/sctplab/usrsctp library. It needs a more testing and tweaking...
This is mainly for libp2p tests (but there may be other applications). When a tracker fails at the beginning of the tests, all other tests checking that tracker fail as...
I don't know where I said I wanted to fix chronos, I said that I wanted to improve readability when a tracker shows some leaks. Currently we have logs like...
After a bit of research on this PR, here's why it exists: This PR removes `await sleepAsync(200.millis)` after `await self.peerAvailable.wait()`. The problem is that removing it creates a race condition....
Hum... I was so sure about this one. After a bit of digging and not finding a clear way to fix this (non-existant). It seems that I forgot to include...
@mxinden done
@mxinden sorry for the delay... it should be good now.
@mxinden It's my bad, I should have pinged you when I pushed last week. Like the last three times, it should work now.