Set the proper buffer size in the client code

This commit is contained in:
Zoltan Papp 2024-06-09 21:10:57 +02:00
parent 5e93d117cf
commit 9504012920

View File

@ -15,7 +15,7 @@ import (
)
const (
bufferSize = 1500 // optimise the buffer size
bufferSize = 8820
serverResponseTimeout = 8 * time.Second
)