mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-08-31 23:54:03 +03:00
FILE / ScuroNeko/mtg
mtglib/internal/relay/init.go
Исходный файл и его история в репозитории.
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
6 lines
74 B
Go
6 lines
74 B
Go
package relay
|
|
|
|
type Logger interface {
|
|
Printf(msg string, args ...any)
|
|
}
|