Scroll to navigation

dnsjit.lib.trie.node(3) Library Functions Manual dnsjit.lib.trie.node(3)

NAME

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

SYNOPSIS

Set a node's value.


node:set(42)

Get a node's key and value.


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

DESCRIPTION

Functions

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.

SEE ALSO

dnsjit.lib.trie(3)

AUTHORS and CONTRIBUTORS

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

Maintained by DNS-OARC

BUGS

For issues and feature requests please use:

For question and help please use:

admin@dns-oarc.net
1.2.3 dnsjit