increase buffer size in ray

pull/82/head
Darien Raymond 2016-02-03 14:12:46 +00:00
parent edd02f7d3c
commit b54a265373
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ import (
)
const (
bufferSize = 16
bufferSize = 128
)
// NewRay creates a new Ray for direct traffic transport.