- fix that the listening socket is not closed when too many remote
control connections are made at the same time.
git-svn-id: file:///svn/unbound/trunk@2446
be551aaa-1e26-0410-a405-
d3ace91eadb9
/* create new commpoint unless we are servicing already */
if(rc->active >= rc->max_active) {
log_warn("drop incoming remote control: too many connections");
- comm_point_stop_listening(c);
close_exit:
#ifndef USE_WINSOCK
close(newfd);
- fix bug#395: id bits of other query may leak out under conditions
- fix replyaddr count wrong after jostled queries, which leads to
eventual starvation where the daemon has no replyaddrs left to use.
+ - fix comment about rndc port, that referred to the old port number.
+ - fix that the listening socket is not closed when too many remote
+ control connections are made at the same time.
23 June 2011: Wouter
- Changed -flto check to support clang compiler.
Use 0.0.0.0 and ::0 to listen to all interfaces.
.TP 5
.B control\-port: <port number>
-The port number to listen on for control commands, default is 8953
-(that is the same port number named uses to listen to rndc).
-If you change this port number, and permissions have been dropped, a
-reload is not sufficient to open the port again, you must then restart.
+The port number to listen on for control commands, default is 8953.
+If you change this port number, and permissions have been dropped,
+a reload is not sufficient to open the port again, you must then restart.
.TP 5
.B server\-key\-file: "<private key file>"
Path to the server private key, by default unbound_server.key.
echo " -d dir use directory to store keys and certificates."
echo " default: $DESTDIR"
echo "please run this command using the same user id that the "
- echo "unboun daemon uses, it needs read privileges."
+ echo "unbound daemon uses, it needs read privileges."
exit 1
;;
esac