getlantern / tunio

tunio forwards TCP packets to a net.Dialer
24 stars 8 forks source link

OS X support #22

Open drewwells opened 8 years ago

drewwells commented 8 years ago

Is OS X support planned? I noticed this project does not build because it uses epoll. Are there any plans to support kqueue?

xiam commented 8 years ago

This is still alpha software and it only runs on Linux. Support for OSX is not directly planned but we plan to support iOS so this will be addressed in the mid term, we would like to reduce or eliminate our current dependency on C first.