wangyu- / udp2raw

A Tunnel which Turns UDP Traffic into Encrypted UDP/FakeTCP/ICMP Traffic by using Raw Socket,helps you Bypass UDP FireWalls(or Unstable UDP Environment)
MIT License
7.16k stars 1.16k forks source link

Difference between udp2raw_amd64_hw_aes and udp2raw_amd64 #489

Open SajjadMomen opened 1 year ago

SajjadMomen commented 1 year ago

English Only. Hello. What is the difference between these two versions? They both worked for me but I don't know which one to use.

HiGarfield commented 1 year ago

hw_aes is more efficient with aes. No more functional differences. Both can be used. hw_aes is suggested for efficiency.

testcaoy7 commented 1 year ago

hw_aes requires an AES-NI capable CPU. (x86-64-v3)