Commit Graph

7 Commits

Author SHA1 Message Date
Zoltán Papp
7ebee7c126 Handle smarter the UDPMux
Do not recreate mux variable in every pkg reading
2024-11-01 10:00:50 +01:00
Zoltán Papp
24cf83b862 Lint ignore 2024-11-01 00:08:48 +01:00
Zoltan Papp
54958100f5 Update client/iface/bind/ice_bind.go
Co-authored-by: Viktor Liu <17948409+lixmal@users.noreply.github.com>
2024-10-31 21:58:44 +01:00
Zoltán Papp
449036b66d Ignore lint 2024-10-30 19:08:23 +01:00
Zoltán Papp
17d6fca49c Use offload 2024-10-30 18:17:48 +01:00
Zoltan Papp
4e918e55ba [client] Fix controller re-connection (#2758)
Rethink the peer reconnection implementation
2024-10-24 11:43:14 +02:00
Zoltan Papp
30ebcf38c7 [client] Eliminate UDP proxy in user-space mode (#2712)
In the case of user space WireGuard mode, use in-memory proxy between the TURN/Relay connection and the WireGuard Bind. We keep the UDP proxy and eBPF proxy for kernel mode.

The key change is the new wgproxy/bind and the iface/bind/ice_bind changes. Everything else is just to fulfill the dependencies.
2024-10-22 20:53:14 +02:00