summaryrefslogtreecommitdiff
path: root/sysdep/unix/wg_user.c
AgeCommit message (Collapse)Author
2023-12-21Wg-user: improve rx_hookMikael Magnusson
Fix possible buffer overrun in rx_hook. Let err_hook close socket instead of rx_hook.
2023-12-21Wg-user: debugMikael Magnusson
2023-12-21Wg-user: Work-around listen_port mutex dead lockMikael Magnusson
Problem with listen_port dead lock in wireguard-go.
2023-12-21Wg-user: Add wireguard unix socket implementationMikael Magnusson
Unix socket implementation for wireguard-go. Use abstract unix sockets on Android