mirror of
https://github.com/cmz0228/hysteria-dev.git
synced 2025-08-16 14:21:47 +00:00
chore: some code fixes
This commit is contained in:
@@ -132,7 +132,7 @@ func (c *clientImpl) connect() error {
|
||||
conn.SetCongestionControl(bbr.NewBBRSender(
|
||||
bbr.DefaultClock{},
|
||||
bbr.GetInitialPacketSize(conn.RemoteAddr()),
|
||||
32*common.InitMaxDatagramSize,
|
||||
bbr.InitialCongestionWindow*common.InitMaxDatagramSize,
|
||||
bbr.DefaultBBRMaxCongestionWindow*common.InitMaxDatagramSize,
|
||||
))
|
||||
}
|
||||
|
Reference in New Issue
Block a user