FILE / ScuroNeko/mtg

mtglib/internal/relay/init.go

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