Xray-core/transport/internet/udp
isluckys 89074a14b6 Fix udp goroutine leak
v.conn.link.Reader is a pipe.Reader, doesn't implement Close(), it will fail assertion and cause the pipe to be left open
It can be fixed by using Interrupt()
2024-05-30 17:45:29 -04:00
..
config.go v1.1.0 2020-12-04 09:36:16 +08:00
config.pb.go Generate *.pb.go files with protoc v5.27.0 2024-05-26 03:20:53 +00:00
config.proto v1.1.0 2020-12-04 09:36:16 +08:00
dialer.go Fix some tests and format code (#830) 2021-12-14 19:28:47 -05:00
dispatcher_test.go Add DispatchLink 2021-10-22 12:38:40 +08:00
dispatcher.go Fix udp goroutine leak 2024-05-30 17:45:29 -04:00
errors.generated.go v1.1.0 2020-12-04 09:36:16 +08:00
hub_darwin.go Enhancement of "redirect" function, adding support for MacOS 2022-08-22 10:33:58 -04:00
hub_freebsd.go fix(udp): check addr nil (close 1807) 2022-08-12 20:33:33 -04:00
hub_linux.go Reformat code 2022-05-18 15:29:01 +08:00
hub_other.go Enhancement of "redirect" function, adding support for MacOS 2022-08-22 10:33:58 -04:00
hub.go v1.1.0 2020-12-04 09:36:16 +08:00
udp.go v1.1.0 2020-12-04 09:36:16 +08:00