mirror of
https://github.com/cedar2025/hysteria.git
synced 2025-08-25 18:51:48 +00:00
chore: some code fixes
This commit is contained in:
@@ -135,7 +135,7 @@ func (h *h3sHandler) ServeHTTP(w http.ResponseWriter, r *http.Request) {
|
||||
h.conn.SetCongestionControl(bbr.NewBBRSender(
|
||||
bbr.DefaultClock{},
|
||||
bbr.GetInitialPacketSize(h.conn.RemoteAddr()),
|
||||
32*common.InitMaxDatagramSize,
|
||||
bbr.InitialCongestionWindow*common.InitMaxDatagramSize,
|
||||
bbr.DefaultBBRMaxCongestionWindow*common.InitMaxDatagramSize,
|
||||
))
|
||||
}
|
||||
|
Reference in New Issue
Block a user