@@ -183,17 +183,18 @@ func getGlobalBase() models.GlobalBase {
183183 OcspUpdateMinDelay : misc .Int64P (49 ),
184184 },
185185 TuneOptions : & models.TuneOptions {
186- DisableZeroCopyForwarding : true ,
187- EventsMaxEventsAtOnce : 50 ,
188- H1ZeroCopyFwdRecv : "disabled" ,
189- H1ZeroCopyFwdSend : "disabled" ,
190- H2ZeroCopyFwdSend : "disabled" ,
191- MaxChecksPerThread : misc .Int64P (20 ),
192- NotsentLowatClient : misc .Int64P (10 ),
193- NotsentLowatServer : misc .Int64P (20 ),
194- PeersMaxUpdatesAtOnce : 100 ,
195- PtZeroCopyForwarding : "disabled" ,
196- StickCounters : misc .Int64P (50 ),
186+ DisableZeroCopyForwarding : true ,
187+ EventsMaxEventsAtOnce : 50 ,
188+ H1ZeroCopyFwdRecv : "disabled" ,
189+ H1ZeroCopyFwdSend : "disabled" ,
190+ H2ZeroCopyFwdSend : "disabled" ,
191+ MaxChecksPerThread : misc .Int64P (20 ),
192+ NotsentLowatClient : misc .Int64P (10 ),
193+ NotsentLowatServer : misc .Int64P (20 ),
194+ PeersMaxUpdatesAtOnce : 100 ,
195+ PtZeroCopyForwarding : "disabled" ,
196+ StickCounters : misc .Int64P (50 ),
197+ TakeoverOtherTgConnections : "restricted" ,
197198 },
198199 HTTPClientOptions : & models.HTTPClientOptions {
199200 ResolversDisabled : "disabled" ,
0 commit comments