This repository has been archived on 2024-09-06. You can view files and clone it, but cannot push or open issues or pull requests.

8 lines
117 B
Go

package pool
import "github.com/sagernet/sing/common/buf"
func init() {
buf.DefaultAllocator = defaultAllocator
}