hello,

I see freenet uses connections in "passive" mode... like FTP.

the actual scenario is:

we have inbound connection,
on this connection a request,
our node invert the connection's flow
then reply with data on that (inbound) connection


is it possible to have instead the following scenario?

we have inbound connection,
on this connection a request,
our node starts a new outbound connection to the querying node
then reply with data on the new outbound connection.


this is useful for those wich uses asymmetric connection with requests from
a modem and reply to a fiberchannel.

or for those behind NAT who have a slow tunnel connection for inbound
requests and want to reply out of the tunnel for full bandwidth.

I know, not everybody normally want this... so it could be shoosen by a
switch like "passiveConnections=false" in the config.

regards.


_______________________________________________
devl mailing list
[EMAIL PROTECTED]
http://hawk.freenetproject.org:8080/cgi-bin/mailman/listinfo/devl

Reply via email to