FILE / ScuroNeko/mtg

mtglib/internal/relay/init.go

Исходный файл и его история в репозитории.
FILE ded3fe26b9d9132fd03b8151389e8c7ef07754f5
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)
}