Use smaller buffer again

This commit is contained in:
Miek Gieben 2011-07-24 13:54:34 +02:00
parent 397a12d5b6
commit f38060d359
2 changed files with 2255 additions and 3398 deletions

5650
zparse.go

File diff suppressed because it is too large Load Diff

View File

@ -11,8 +11,7 @@ import (
"strconv"
)
//const _IOBUF = 65365 // See comments in gdnsd
const _IOBUF = 3e7 // TODO fix sliding window stuff in Ragel
const _IOBUF = MaxMsgSize
// A Parser represents a DNS parser for a
// particular input stream.