Remove Pool from server.

A noop for some time, remove it.
This commit is contained in:
Miek Gieben 2014-08-18 20:29:54 +01:00
parent 4d3dac9c36
commit eb2d26cb96
1 changed files with 0 additions and 2 deletions

View File

@ -225,8 +225,6 @@ type Server struct {
IdleTimeout func() time.Duration
// Secret(s) for Tsig map[<zonename>]<base64 secret>.
TsigSecret map[string]string
// If true use a pool to recycle buffers for UDP queries, this is now a noop.
Pool bool
}
// ListenAndServe starts a nameserver on the configured address in *Server.