added frame and packet pools

This commit is contained in:
harshabose
2025-07-10 06:38:34 +05:30
parent 24ab32b5ee
commit ead25d326e
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -1,3 +1,5 @@
//go:build cgo_enabled
package buffer
import (
+2
View File
@@ -1,3 +1,5 @@
//go:build cgo_enabled
package buffer
import (