feat: Add disable quic-go GSO to experimental
This commit is contained in:
@ -181,6 +181,9 @@ func updateListeners(general *config.General, listeners map[string]C.InboundList
|
||||
}
|
||||
|
||||
func updateExperimental(c *config.Config) {
|
||||
if c.Experimental.QUICGoDisableGSO {
|
||||
_ = os.Setenv("QUIC_GO_DISABLE_GSO", "1")
|
||||
}
|
||||
}
|
||||
|
||||
func updateNTP(c *config.NTP) {
|
||||
|
Reference in New Issue
Block a user