mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-09-02 00:11:56 +03:00
Decrease a relay buffer size for MIPS devices
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
//go:build !mips && !mipsle
|
||||
|
||||
package relay
|
||||
|
||||
import "github.com/9seconds/mtg/v2/mtglib/internal/tls"
|
||||
|
||||
const (
|
||||
bufPoolSize = tls.MaxRecordPayloadSize
|
||||
)
|
||||
Reference in New Issue
Block a user