dae/control
2024-09-13 22:39:33 +08:00
..
kern optimize: replace c arithmetic operators with bitwise ones (#628) 2024-09-13 22:39:33 +08:00
.gitignore
addr.go
anyfrom_pool.go
bpf_subobjects.go
bpf_subobjects.tmpl
bpf_utils.go
connectivity.go
control_plane_core.go feat: support ipip tunnel as lan/wan interface (#615) 2024-09-03 18:38:21 +08:00
control_plane.go feat: allow group override global node connectivity check (#623) 2024-09-08 22:13:06 +08:00
control.go
dns_cache.go
dns_control.go feat: add MPTCP support (#601) 2024-08-27 09:49:51 +08:00
dns_utils.go
netns_utils.go fix: set accept_ra=2 to fix missing ipv6 address on WAN interface if necessary (#504) 2024-06-11 21:33:21 +08:00
packet_sniffer_pool_test.go fix: incidental packet drop and weird UDP state maintaining (#539) 2024-06-16 19:46:22 +08:00
packet_sniffer_pool.go fix: incidental packet drop and weird UDP state maintaining (#539) 2024-06-16 19:46:22 +08:00
routing_matcher_builder.go
routing_matcher_userspace.go
sysctl.go fix: set accept_ra=2 to fix missing ipv6 address on WAN interface if necessary (#504) 2024-06-11 21:33:21 +08:00
tcp.go feat(dialer): support reality (without udp support) (#573) 2024-09-12 12:50:33 +08:00
udp_endpoint_pool.go fix: incidental packet drop and weird UDP state maintaining (#539) 2024-06-16 19:46:22 +08:00
udp_task_pool.go fix(udp_task_pool): panic: close of closed channel (#570) 2024-07-15 13:29:58 +08:00
udp.go feat: add MPTCP support (#601) 2024-08-27 09:49:51 +08:00
utils.go