Nick Cao
Nick Cao
The race is inherent as dbus is started by the respective systemd user session, while home-manager activation is not.
> Is it maybe relevant that the `blackmagic` uses an IN endpoint for one CDC CTRL endpoint and an OUT endpoint for the other one? Is this somehow possible with...
Setting `sysctl net.homa.max_gso_size=1500` does improve the situation. So maybe GSO is to blame.
Related: https://github.com/PlatformLab/HomaModule/pull/23
I'm on aliyun (a chinese cloud provider), and the instance is using virtio NIC: ``` 00:06.0 Ethernet controller: Red Hat, Inc. Virtio network device ```
The issue seem to have something to do with the kernel version too, I tried reverting to kernel 5.17.0-1028-oem, ~~and all the strange issues are gone~~ Edit: still having trouble...
> Edit: still having trouble with specific message sizes, but that could be my programming error. They were indeed my error, so the only issue now is GSO, I hope...
I set `max_gso_size` to MTU, that means disabling GSO altogether I guess?
This is now finally useful as firefox 129 supports HTTPS records with system resolvers: https://www.mozilla.org/en-US/firefox/129.0/releasenotes/
See https://github.com/NixOS/nixpkgs/pull/266313