Skip to content
Snippets Groups Projects
Commit f157ce90 authored by David Fifield's avatar David Fifield
Browse files
parent 771564d8
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ import "errors"
var Token = [8]byte{0x12, 0x93, 0x60, 0x5d, 0x27, 0x81, 0x75, 0xf5}
// The size of receive and send queues.
const queueSize = 2048
const queueSize = 512
var errClosedPacketConn = errors.New("operation on closed connection")
var errNotImplemented = errors.New("not implemented")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment