Skip to content

Commit

Permalink
don't multiplex algeneva
Browse files Browse the repository at this point in the history
  • Loading branch information
garmr-ulfr committed Apr 1, 2024
1 parent a3263c0 commit 8260600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protoListeners.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ func getProtoListenersArgs(p *Proxy) []protoListenerArgs {
{"tlsmasq", p.TLSMasqAddr, p.wrapMultiplexing(p.listenTLSMasq(p.listenTCP))},
{"starbridge", p.StarbridgeAddr, p.wrapMultiplexing(p.listenStarbridge(p.listenTCP))},
{"broflake", p.BroflakeAddr, p.listenBroflake(p.listenTCP)},
{"algeneva", p.AlgenevaAddr, p.wrapMultiplexing(p.listenAlgeneva(p.listenTCP))},
{"algeneva", p.AlgenevaAddr, p.listenAlgeneva(p.listenTCP)},
/******************************************************/

{"kcp", p.KCPConf, p.wrapTLSIfNecessary(p.listenKCP)},
Expand Down

0 comments on commit 8260600

Please sign in to comment.