
30 Dec
2013
30 Dec
'13
7:46 p.m.
On Tue, Dec 31, 2013 at 11:42 AM, Antoine Pitrou solipsis@pitrou.net wrote:
On Tue, 31 Dec 2013 11:24:26 +1100 Chris Angelico rosuav@gmail.com wrote:
Does Buildbot retain a constant TCP socket to its server? I'm seeing this:
http://buildbot.python.org/all/builders/AMD64%20Debian%20root%203.3/builds/0
I'm quite sure it does. It's necessary to get a real-time view of the test log.
Would it help to set a routing rule to send traffic to python.org:9020 via the connection that won't drop out?
The only way to know is to try it out :)
If that's what it does, then it almost certainly will help. I put all my MUD connections through the other connection. The change is made, I'll trigger another build and see if it works.
Thanks for the help!
ChrisA