[Twisted-Python] Reporting total traffic that goes through an SSL socket

2015-03-25 Thread Burak Arslan
Hello All, I'm using twisted for implementing a custom protocol via SSL. I've been wondering though, is there an easy way of counting the number of bytes that go in and out of the socket, including SSL overhead? I can easily count what I'm reading and I'm writing, but not what actually goes throu

Re: [Twisted-Python] Reporting total traffic that goes through an SSL socket

2015-03-25 Thread Glyph Lefkowitz
> On Mar 25, 2015, at 1:35 AM, Burak Arslan wrote: > > Hello All, > > I'm using twisted for implementing a custom protocol via SSL. > > I've been wondering though, is there an easy way of counting the number > of bytes that go in and out of the socket, including SSL overhead? Well, "easy" is

[Twisted-Python] Twisted on Windows, 2015 edition

2015-03-25 Thread Christian Long
I'm writing up my experiences porting a Twisted application from Linux to Windows. Part 1 is up, covering how to install the requirements. http://www.christianlong.com/blog/twisted-on-windows-2015-edition.html Part 2 will cover running Twisted as a Windows service. Part 3 will cover making your