Thomas Eizinger
Thomas Eizinger
New tracking issue on the `str0m` side: https://github.com/algesten/str0m/issues/166
@altonen Did I understand you in https://github.com/algesten/str0m/issues/166 correctly that you are working on this? Mind sharing a draft-PR? I am very excited what this looks like :)
> I have [a small experiment](https://github.com/altonen/litep2p/) going on. It's not production-ready and still very rough around the edges (including WebRTC). If this turns out to be just a waste of...
FTR, the main implementation is here: https://github.com/altonen/litep2p/blob/master/src/transport/webrtc
Looks like it is running out of disk space? > FATAL | Not enough space to create userdata partition. Available: 7322.52 MB at /home/runner/.android/avd/test.avd, need 7372.80 MB. https://github.com/quinn-rs/quinn/actions/runs/20066369574/job/57649369733?pr=2469#step:12:107
> Sounds like you can have a trait method that returns a `&'static str` and log that in the usual way? That is what I am doing now yeah. It...
> I'm surprised to hear stack size is a problem. It's not possible to make use of Display impls unfortunately because aya-log-ebpf needs more information than that trait exposes. I...
I don't think we are close to the stack size limit? Do you know of tools that I could analyze that with?
Turns out we are actually pretty close, 480 bytes.
There is now a sans-IO DTLS implementation which should be quite easy to integrate into connlib: https://crates.io/crates/dimpl