On Thu, 18 Sep 2003, Andrei Pelinescu-Onciul wrote:
At transmit. Amost all the stuff that gets added will show up only at transmit time (you will see the original message, one exception is uri processing -- you'll always see the modified uri). The ideea is to keep the original message and a set of diffs to it (struct lump). This "diffs" will be applied only on transmit. This will speed things up quite a bit.
would it make sense to have a sync() function that applies the diffs to the original message?
or, to solve my specific problem, have a append_rpid_hf() that can take an argument specifying what rpid suffix to add.
jakob