softether-go/pkg/client
Git Sagar 47e06b525c tunnel: replace write mutex with channel-based single writer
All writes (frames, keepalive, DHCP renewal) are queued to a buffered
channel and drained by a single writer goroutine. Eliminates mutex
contention on the data path entirely.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-06-06 23:16:27 +05:30
..
client.go client: fix version display and rename client string 2026-06-06 17:15:35 +05:30
crypto.go initial commit: standalone SoftEther VPN client in Go 2026-06-06 16:13:51 +05:30
tunnel.go tunnel: replace write mutex with channel-based single writer 2026-06-06 23:16:27 +05:30