From: Peter van Dijk Date: Tue, 23 May 2017 09:04:50 +0000 (+0200) Subject: nit X-Git-Tag: rec-4.1.0-alpha1~113 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f815df07875cdc326d49d6f4cd57111c6c0b5bb5;p=thirdparty%2Fpdns.git nit --- diff --git a/pdns/sstuff.hh b/pdns/sstuff.hh index d4922356b4..e7fb6ee9ab 100644 --- a/pdns/sstuff.hh +++ b/pdns/sstuff.hh @@ -375,7 +375,7 @@ public: return read(buffer, n); } - //! Sets the socket to listen with a default listen backlog of 10 bytes + //! Sets the socket to listen with a default listen backlog of 10 pending connections void listen(unsigned int length=10) { if(::listen(d_socket,length)<0)