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 through the pipe.

I do realize that I won't be counting packet replays and such, that's
fine for the time being.

Best regards,
Burak


_______________________________________________
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Reply via email to