Rename internal WGTuning to Performance

This commit is contained in:
Viktor Liu
2026-05-22 17:37:33 +02:00
parent f4e42a8929
commit cfc100a9d7
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -512,7 +512,7 @@ func (c *Client) SetPerformance(t Performance) error {
if err != nil {
return err
}
return engine.SetWGTuning(internal.WGTuning{
return engine.SetPerformance(internal.Performance{
PreallocatedBuffersPerPool: t.PreallocatedBuffersPerPool,
})
}