On 08/30/2010 08:52 PM, Pieter Hintjens wrote: > Not modifying. Allocating 1 extra byte invisibly, and sticking a > null in it... I would be careful here. Message modification doesn't play well with zero copy. Every change hits the whole stack rather than well delimited bit in the codebase. Martin