Benedikt Spies

Results 45 comments of Benedikt Spies

Not sure which specific use cases you had in mind, but here is some related work that experiments with server-initiated migration: - https://doi.org/10.1109/WoWMoM51794.2021.00019 - https://doi.org/10.23919/IFIPNetworking57963.2023.10186363 - https://www.usenix.org/conference/atc24/presentation/wei Might be useful...

@yioannides thanks a lot for your efforts on this maybe it would be better to fetch the file directly from here https://gitlab.gnome.org/GNOME/libadwaita/-/blob/main/src/stylesheet/_colors.scss

Processing all the colors by hand is a lot of effort. I think it would be best to just fetch and use the [_colors.scss](https://gitlab.gnome.org/GNOME/libadwaita/-/blob/main/src/stylesheet/_colors.scss) directly. And add a short script...

@LPardue Thank you for sharing this insight! I guess [quinn-rs/quinn](https://github.com/quinn-rs/quinn) was used, and that your implementation builds on [englishm/moq-rs](https://github.com/englishm/moq-rs). I would like to see WebTransport and MoQ capabilities in quiche...

@kixelated that is great to hear! I am not too familiar with the `tokio-quiche` implementation, but I have a bit of a concern that everything gets too tightly coupled with...