Add CI for mobile platforms (iOS & Android) #1778
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Currently,
quinn
(andquinn-udp
) is only tested on Linux, Windows and MacOS: https://github.com/quinn-rs/quinn/blob/main/.github/workflows/rust.yml#L36There have been a number of PRs that fix things on other platforms:
sendmmsg
andrecvmmsg
#1504ios
for the same os_type checks asmacos
#1788All of those have only been validated with manual testing which isn't great for maintenance. Simple refactorings could easily break those features again.
It would be great to test the features of GRO & GSO as well as retrieval of the additional packet meta data on Android as well as iOS.
The text was updated successfully, but these errors were encountered: