softether-go/pkg
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 tunnel: add write mutex for concurrent safety 2026-06-06 22:53:06 +05:30
dhcp add DHCP lease renewal at T/2 2026-06-06 22:05:34 +05:30
netcfg add DHCP lease renewal at T/2 2026-06-06 22:05:34 +05:30
protocol initial commit: standalone SoftEther VPN client in Go 2026-06-06 16:13:51 +05:30
tap refactor: extract session/netcfg/tunnel, add mac/dhcp/policy-route flags 2026-06-06 16:43:12 +05:30