shadowsocks-rust icon indicating copy to clipboard operation
shadowsocks-rust copied to clipboard

version 0.7.0

Open loggerhead opened this issue 9 years ago • 0 comments

Roadmap

  • [ ] refractor with mio >= 0.6.x
  • [ ] support HTTP proxy
  • [ ] support windows
  • [x] fix issue #2

Problem

mio is buggy in windows and not stable currently. I am not going to update shadowsocks-rust until mio fixed issues in windows (e.g. poll of UDP socket will return Ok(0), see https://github.com/loggerhead/mio-udp-test for details)

loggerhead avatar Jan 08 '17 08:01 loggerhead