I2p.i2p.2.4.0 undo breaking api change
This actually a simple change to fix issue #402 (closed) while also providing the multi-netDb functionality. It reverses the change to netDb()
by making it return an FNDF, as it used to, and replaces calls to netDb()
which require a FNDS with calls to netDbSegmentor()
. This should no longer cause breaking changes in downstreams, hypothetical or not.