On 4 Jul 2012, at 21:26, Anand Buddhdev <[email protected]> wrote: > Is there a faster way to determine the size of an update message to > allow this kind of batching? Ideally I'd like to make an update message > as close to 64k as possible.
Use the to_wire() method on each rrset and keep a running total, taking into account the size of the Update message before you add any records? Would that be a good enough approximation? james _______________________________________________ dnspython-users mailing list [email protected] http://howl.play-bow.org/mailman/listinfo/dnspython-users
