FILE / ScuroNeko/mtg

mtglib/internal/relay/init.go

Исходный файл и его история в репозитории.
FILE b926a0590c7587cb4bd619247f004ea118001ca3
Files
mtg/mtglib/internal/relay/init.go
T
9seconds bb90bcc127 Decrease relay buffer size
Even if it makes sense to have a huge buffers, we do artificial delays
now. In that case we could achieve the same results with a lower buffer.
If not, then we won't send a packet bigger that this value
2026-03-14 14:06:48 +01:00

6 lines
74 B
Go

package relay
type Logger interface {
Printf(msg string, args ...any)
}