oxen-io / lokinet

Lokinet is an anonymous, decentralized and IP based overlay network for the internet.
https://lokinet.org/
GNU General Public License v3.0
1.71k stars 220 forks source link

windows and macos are slow #2071

Open majestrate opened 1 year ago

majestrate commented 1 year ago

on platforms where the os uses proactor based i/o for vpn interface, tcp over lokinet is sloooooowwwwww af.

majestrate commented 1 year ago

also... linux is the only platform that is reactor based i/o, literally every other one is proactor (android/apple/win32).

maybe consider making linux match this or make a platform independent way to convert proactor i/o to be reactor i/o in our event loop.