Did some digging ... Found that this stuff seems to be buried inside the
Twisted stuff.

The ClientCreator.connectTCP object accepts an argument 'bindAddress'
...

Cannot find a single instance where that object is called with that
argument ... *sigh*

This sure looks like something where a LOT of things would need to
change.

I will keep digging, but would sure like to know if this is easier than
I think it is ...

Thanks,
Brian

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Safford,
Brian
Sent: Wednesday, December 20, 2006 1:13 PM
To: PyTransports Discussion
Subject: RE: [py-transports] PyMSN

I don't mean the receiving host ... I mean what IP on the local server
will be used for the socket connection?

I need to be able to change that per instance - so would be great if the
code used either the <host> or <mainServer> tags as the default IP
address for the outgoing connection.

Any idea where I could attempt to hack that in?

I think our 4,000 connections hitting MSN from the same IP address are
either being throttled or filterd.

Thanks,
Brian
 

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Lars T.
Mikkelsen
Sent: Wednesday, December 20, 2006 1:08 PM
To: py-transports@blathersource.org
Subject: Re: [py-transports] PyMSN

Hi Brian,

On Wed, Dec 20, 2006 at 12:53:19PM -0500, Safford, Brian wrote:
> Okay, I give up ... what IP address will PyMSNt use by default to 
> connecto to MSN?

PyMSNt will make the initial connection to messenger.hotmail.com on port
1863 and is transfered to a noticeboard server, also on port 1863.

Best regards,
Lars
_______________________________________________
py-transports mailing list
py-transports@blathersource.org
http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports
_______________________________________________
py-transports mailing list
py-transports@blathersource.org
http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports
_______________________________________________
py-transports mailing list
py-transports@blathersource.org
http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports

Reply via email to