DOKK / manpages / debian 12 / dnsjit / dnsjit.lib.trie.node.3.en
dnsjit.lib.trie.node(3) Library Functions Manual dnsjit.lib.trie.node(3)

dnsjit.lib.trie.node - Node of trie, which contains the value and key.


node:set(42)


local key = node:key()
local val = node:get()

Create a new node object.
Return key and keylen of this node. Key is string or byte array if the trie's binary setting is set to true.
Return the Log object to control logging of this instance or module.
Get the value of this node.
Set the value of this node.

dnsjit.lib.trie(3)

Jerry Lundström (DNS-OARC), Tomáš Křížek (CZ.NIC), Petr Špaček (ISC)

Maintained by DNS-OARC

https://www.dns-oarc.net/

For issues and feature requests please use:

https://github.com/DNS-OARC/dnsjit/issues

For question and help please use:

admin@dns-oarc.net
1.2.3 dnsjit