softether-go/pkg/client
Git Sagar 1d919aafc5 tunnel: fix panic on send to closed writeCh during disconnect
When the server disconnects, Close() was closing both stopCh and
writeCh. The TAP→Server goroutine could race and send to the closed
writeCh, causing a panic. Fix: don't close writeCh in Close(), let
writeLoop exit via stopCh instead.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-06-07 21:15:34 +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: fix panic on send to closed writeCh during disconnect 2026-06-07 21:15:34 +05:30