softether-go/pkg
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 tunnel: fix panic on send to closed writeCh during disconnect 2026-06-07 21:15:34 +05:30
dhcp dhcp: generate fresh xid per exchange 2026-06-06 22:58:00 +05:30
netcfg netcfg: add -connmark flag for DNAT reply routing 2026-06-07 01:06:17 +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