jeppenodgaard

Results 7 comments of jeppenodgaard

Anyone working on this or can I attempt to make a pr?

Do you think increasing the [sampling rate](https://github.com/SamDel/ChromeCast-Desktop-Audio-Streamer/blob/1c251f278ca096ae0bc7c1840882e317e8b2ddec/Source/ChromeCast.Desktop.AudioStreamer/Streaming/LoopbackRecorder.cs#L175) could decrease the latency?

https://github.com/contiki-ng/contiki-ng/blob/b0e6303c11806aeb546b7aafe4fdb40694fd9a63/os/net/routing/rpl-lite/rpl-mrhof.c#L183 sometimes discards nodes closer to root as parent. The check can be disabled by setting RPL_MRHOF_CONF_MAX_LINK_METRIC to 0xffff so only path cost is considered. What could the downside of...

To avoid any parent switches in the test I've found the following solutions: - Increasing RPL_MRHOF_CONF_MAX_LINK_METRIC from 512 to 1024: This allows nodes to choose parents with an ETX value...

> Hello, thanks for the reviews, just a question. I've used these values in the yaml as default because it was what was needed for my specific use case and...

I think it still persists. [This article](https://docs.microsoft.com/en-us/virtualization/windowscontainers/deploy-containers/hardware-devices-in-containers) from 16-May-19 states that Hyper-V-isolated Linux Container does not support device assignment and sharing.