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
This commit is contained in:
9seconds
2026-03-14 14:06:48 +01:00
parent 879ebd132d
commit bb90bcc127
2 changed files with 2 additions and 5 deletions
-4
View File
@@ -1,9 +1,5 @@
package relay
const (
copyBufferSize = 64 * 1024
)
type Logger interface {
Printf(msg string, args ...any)
}