softether-go/pkg/client
Git Sagar b3f4c5f42b tunnel: add write mutex for concurrent safety
WriteFrames and keepalive both write multi-part messages to the TLS
connection. Without synchronization, their writes could interleave
and corrupt the framing. Add writeMu to serialize all tunnel writes.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-06-06 22:53:06 +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: add write mutex for concurrent safety 2026-06-06 22:53:06 +05:30