drop ECN support for this release

This commit is contained in:
JackDoan
2026-07-31 13:42:15 -05:00
parent 549de9fd29
commit ddb90ad4b7
3 changed files with 12 additions and 21 deletions
-1
View File
@@ -260,7 +260,6 @@ func Main(c *config.C, configTest bool, buildVersion string, l *slog.Logger, dev
ifce.reloadDisconnectInvalid(c)
ifce.reloadSendRecvError(c)
ifce.reloadAcceptRecvError(c)
ifce.reloadEcn(c)
handshakeManager.f = ifce
go handshakeManager.Run(ctx)