Vincent Rouillé

Results 44 comments of Vincent Rouillé

I just wrote a way to write TOC with hummus, here is the code (public domain): ```ts function main() { const hummus = require('hummus'); let w = hummus.createWriter(...); let ctx...

Great work! I'm on RC1 (RPi3 B+). So far so good :) Is it me, or bbr2 congestion algorithm is very good? At least that's the feeling after 2 days....

Default settings, ipv4 only wan1,wan2,wan3 are MacVLAN on eth0. usb0, Normal (the one I add/remove). I can see it on the MPTCP fullmesh almost instantly.

I'm upgrading right now, but in RC1 I had very high CPU usage on my RPI: ![image](https://user-images.githubusercontent.com/5376197/117715166-35499880-b1d8-11eb-8bcd-74e1b19f25ba.png) ![image](https://user-images.githubusercontent.com/5376197/117715262-4d211c80-b1d8-11eb-9bff-f106a4f890bf.png)

Yeah lots of very short lived uci requests, I think omr-tracker seems to loop like crazy. Could this be caused by a disconnected usb0 interface? Omr-tracker seems to be configure...

I currently have to use a fork of bigint that just expose the internal slice. Iterator support would be awesome. I guess something like: ```rust fn iter_bytes_le() -> impl Iterator;...

I've the same issue, I need to access the internal &[u32] slice. There is a `from_slice`, so a `to_slice` function returning a Vec would be nice and doesn't require to...

Element::Tuple, Vec and Tuple encoding/decoding is broken: - Element::Tuple and Vec always insert the NESTED and NIL bytes - Tuple never insert the NESTED and NIL bytes (this type is...

> The change to keyvalue from void* to uint8_t* made it in, so that may require a change to the generated interface. I just made a change to prevent issues...

rust version and os?