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

epoll interrupted by signal,continue #438

Open haohetao opened 2 years ago

haohetao commented 2 years ago

English Only (except for bug reporting). [2022-08-09 17:32:12][INFO][180.169.74.22:34738]changed state to server_ready [2022-08-09 17:32:13][INFO][180.169.74.22:34738]new conv conv_id=54541f88, assigned fd=10 [2022-08-09 17:36:55][INFO]epoll interrupted by signal,continue

[2022-08-09 17:36:55][INFO]run_command iptables -D INPUT -p tcp -m tcp --dport 1195 -j udp2rawDwrW_ba9caeb3_C0 [2022-08-09 17:36:55][INFO]run_command iptables -F udp2rawDwrW_ba9caeb3_C0 [2022-08-09 17:36:55][INFO]run_command iptables -X udp2rawDwrW_ba9caeb3_C0

wangyu- commented 1 year ago

If this doesn't happen too frequently, use a keep alive script to make udp2raw alive:

https://github-com.translate.goog/wangyu-/udp2raw/wiki/%E8%BF%9B%E7%A8%8B%E4%BF%9D%E6%B4%BB?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=en&_x_tr_pto=wapp

Otherwise let me know more info on how to reproduce this.