streetpea / chiaki4deck

Fork of Chiaki (Open Source Playstation Remote Play) with Enhancements for Steam Deck and Documentation around how to use
https://streetpea.github.io/chiaki4deck/
GNU Affero General Public License v3.0
872 stars 51 forks source link

Enable don't fragment for macOS #312

Closed shatyuka closed 3 weeks ago

shatyuka commented 1 month ago

macOS has supported the "Don't Fragment" feature since Big Sur. Since we target at Qt 6.6, just simply add it into FreeBSD branch.

Previous behavior:

[I] Takion connecting (version 7)
[W] Don't fragment is not supported on this platform, MTU values may be incorrect.
[I] Takion sent init

Current behavior:

[I] Takion connecting (version 7)
[I] Takion enabled Don't Fragment Bit
[I] Takion sent init
streetpea commented 4 weeks ago

thanks for letting me know, I'll look into this