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

5648
zparse.go

File diff suppressed because it is too large Load Diff

View File

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