TCP (and thus TLS) in general is a stream protocol. The fact that
Tor or someone else writes to it in units of 512 does not guarantee
anything about how the stream is segmented into IP packets. It
usually gets fragmented the same (or multiples of it), since data is
flushed fast, but you can easily get other sizes when your send rate
is higher or some if TCP's widows gets clogged. Csaba On 12/03/2010 11:37 PM, Xinwen Fu wrote: This phenomenon was explored: http://www.cs.uml.edu/~xinwenfu/paper/CCS09_Fu.pdf. |