FILE / ScuroNeko/mtg

mtglib/internal/relay/init.go

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