mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-09-15 21:00:27 +00:00
Fix naive quic congestion control
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@ const (
|
|||||||
QuicheCongestionControlDefault QuicheCongestionControl = ""
|
QuicheCongestionControlDefault QuicheCongestionControl = ""
|
||||||
QuicheCongestionControlBBR QuicheCongestionControl = "TBBR"
|
QuicheCongestionControlBBR QuicheCongestionControl = "TBBR"
|
||||||
QuicheCongestionControlBBRv2 QuicheCongestionControl = "B2ON"
|
QuicheCongestionControlBBRv2 QuicheCongestionControl = "B2ON"
|
||||||
QuicheCongestionControlCubic QuicheCongestionControl = "QBIC"
|
QuicheCongestionControlCubic QuicheCongestionControl = "CQBC"
|
||||||
QuicheCongestionControlReno QuicheCongestionControl = "RENO"
|
QuicheCongestionControlReno QuicheCongestionControl = "RENO"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@@ -59,6 +59,7 @@ func NewInbound(ctx context.Context, router adapter.Router, logger log.ContextLo
|
|||||||
ctx: ctx,
|
ctx: ctx,
|
||||||
router: uot.NewRouter(router, logger),
|
router: uot.NewRouter(router, logger),
|
||||||
logger: logger,
|
logger: logger,
|
||||||
|
options: options,
|
||||||
listener: listener.New(listener.Options{
|
listener: listener.New(listener.Options{
|
||||||
Context: ctx,
|
Context: ctx,
|
||||||
Logger: logger,
|
Logger: logger,
|
||||||
|
|||||||
Reference in New Issue
Block a user