- adding SRI code into Tor fork (such as new JSON steg) - this was simply not anywhere near ready in time for the summer, but now has TBB and gitian ready to go
- making transparent proxy robust (as security measure in case stegotorus server is probed)
[0] this needs one last check for out of order packets.
[1] I was hypothesizing that new larger default buffer size or excessive pointer casting was causing performance issues, but perusal of _javascript_ patch via valgrind revealed memory leaks in the decompression methods of several steg mod classes. I am in the process of addressing this. This causes intermittent, not consistent failures, so unit tests would not consistently catch this.