dns.wire
writer:output() -> data
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.
string.char(unpack(...))