I'm toying around with generating some graphs with connecting lines. In my graph definition nodes are defined by their name. To generate a node ID I figured I could just hash the name and then use the resulting value as the ID. Unfortunately this doesn't work as libavoid-server expects all node IDs to be in strictly increasing order.
At the very least this behavior should be documented.