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.28k stars 1.17k forks source link

Is it icmp mode work? #429

Closed Cwek closed 2 years ago

Cwek commented 2 years ago

As title. And some question for config.

HiGarfield commented 2 years ago

As title.

I am using icmp. It works normally.

And some question for config.

  • Is it need to set /proc/sys/net/ipv4/icmp_echo_ignore_all to 1?

Not needed.

  • Does the size of the sock-buf need to be smaller than the MTU value of the link, for example, less than 1500?

No.