]> git.sur5r.net Git - openocd/commit
doc: correct and standardize instructions for disabling TCP servers
authorPeter A. Bigot <pab@pabigot.com>
Wed, 10 Aug 2016 21:58:07 +0000 (16:58 -0500)
committerAndreas Fritiofson <andreas.fritiofson@gmail.com>
Sun, 14 Aug 2016 01:01:14 +0000 (02:01 +0100)
commit6d00ab87327507c89481b00a3624834fc40954ca
tree31d9b35149b57f8b180b2fe150f22820135477de
parent9c5529786aa46594fff0fcb63bc3b04a6e35f188
doc: correct and standardize instructions for disabling TCP servers

The instructions to set the port to zero to disable a service has not
worked for several years: the effect of doing so is to start the service
on a port randomly selected by the bind(2) system call.

Update the documentation to reflect the new standard way of disabling
network services.

Change-Id: Ic5315a80f9956ea195f63e05d30d604a980bbc8f
Signed-off-by: Peter A. Bigot <pab@pabigot.com>
Reviewed-on: http://openocd.zylin.com/3638
Tested-by: jenkins
Reviewed-by: Andreas Fritiofson <andreas.fritiofson@gmail.com>
doc/openocd.texi