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
> 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
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