On Wed, 31 Oct 2001 09:47:51 +0100, Daniel Wippermann <[EMAIL PROTECTED]> wrote:
>Hi,
>
>Furthermore there should be a method to close the socket. In the case of
>the PORT command in the FTP protocol the server socket should only be
>used once for the corresponding data connection.
>
We could just use the current way we have of closing sockets, which is to
mark the connection unreusable, and then drop all references to it.
>The interfaces could look like this
>
>nsISocketTransportService {
> ... // existing functionality
> nsIServerSocket createServerSocket(in long port, in
>nsIServerSocketListener listener, in nsISupports ctxt);
>};
>
How does IPV6 come into this?
Also, I haven't looked at the code yet, but does it use socks if
appropriate?
>Daniel
>
Bradley