]> sourceware.org Git - systemtap.git/commit
Improve the chances of using the same port when the compile server is restarted.
authorDave Brolley <brolley@redhat.com>
Fri, 27 May 2011 19:29:26 +0000 (15:29 -0400)
committerDave Brolley <brolley@redhat.com>
Fri, 27 May 2011 19:34:33 +0000 (15:34 -0400)
commitba49e036367cae220cfd14e61c99c945d2b0e3ea
tree0fbd30bb2bec311d3c43d3817b588a9fe42965ab
parent509f9d24b34c5bd354a31de6c68951b71b09ce21
Improve the chances of using the same port when the compile server is restarted.

1) Keep the socket open when the server takes itself down internally in order
   to regenerate its certificate.
2) Use PR_SocketOpt_reuseaddr so that a specified port can be reused when the
   server is externally halted and restarted.
stap-serverd.cxx
This page took 0.026888 seconds and 5 git commands to generate.