mirror of
https://github.com/miekg/dns.git
synced 2025-10-12 02:11:13 +02:00
Use smaller buffer again
This commit is contained in:
parent
397a12d5b6
commit
f38060d359
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user