blechschmidt / massdns

A high-performance DNS stub resolver for bulk lookups and reconnaissance (subdomain enumeration)
GNU General Public License v3.0
3.08k stars 460 forks source link

No buffer space available Error #17

Closed phith0n closed 7 years ago

phith0n commented 7 years ago

When I ran massdns in mac OSX EI Capitan, I got the error:

Failed to adjust socket send buffer size.: No buffer space available
Failed to adjust socket receive buffer size.: No buffer space available

How to solve it?

blechschmidt commented 7 years ago

You can use the newly implemented --sndbuf and --rcvbuf arguments now to adjust the buffer sizes. Set them to 0 in order to not change the default buffer size.