Skip to content
This repository was archived by the owner on Mar 23, 2024. It is now read-only.

v0.5.0

Latest
Compare
Choose a tag to compare
@zhxie zhxie released this 26 May 14:32
· 10 commits to master since this release

This is an intermediate update from v0.4.0 & v0.4.1, contains a lot of bug fixes, new features and improvements.

New Features

  • Add standard TCP connection support between clients and the server
  • Delay test (Ping)

Improvements

  • Stop reconnecting to the server when RST arrived
  • Optimize FakeTCP connection

Fixes

  • Sending oversize packet by trying to disable generic receive offload (GRO) in -rule

Because IkaGo is relatively stable now, I may slow down the development and maintenance of IkaGo. I'm currently working on a new project called pcap2socks, which is the proxy ARP and pcap part of IkaGo, and the upstream data will be connected to a SOCKS5 client. I expect pcap2socks may be more flexible and owns a better performance than IkaGo using third-party proxy solution.

Thanks to all of you using IkaGo 🎊.