From f815df07875cdc326d49d6f4cd57111c6c0b5bb5 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Tue, 23 May 2017 11:04:50 +0200 Subject: [PATCH] nit --- pdns/sstuff.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.47.2