You're probably thinking of the function Socket.connect(SocketAddress endpoint, int timeout), which was added in JDK 1.4. JSS's socketConnect() is a private method called only from the constructor of SSLSocket. JSS does not implement Socket.connect() because it was only added in JDK 1.4. It would be appropriate to submit an enhancement request that SSLSocket support the new JDK 1.4 methods.
Patrick wrote: >Any reasons why the socketConnect function in >mozilla\security\jss\org\mozilla\jss\ssl\SSLSocket.c does not take a timeout >parameter? >If not, should I submit an enhancement request in bugzilla? > >-- POC > >
