One the SSLServerSocker contrucors has the reuseAddr parameter. the javadoc says: "Reuse the local bind port; this parameter sets the SO_REUSEADDR option on the socket before calling bind(). The default is false for backward compatibility"
Can somebody educate me and explain this a bit more? When would this be useful? -- P
