dns.wire.writer:output

dns.wire

writer:output() -> data

Return the accumulated bytes as a string

Converts the internal byte table to a binary string. Uses batched string.char(unpack(...)) to avoid LuaJIT stack limits on large messages.