private-octopus / picoquic

Minimal implementation of the QUIC protocol
MIT License
523 stars 153 forks source link

Fix build on Android #1696

Closed pol51 closed 1 month ago

pol51 commented 1 month ago

Android's NDK doesn't support pthread_cancel: use pthread_kill instead (only when building for Android)