Module domain::utils::netdb[][src]

The network database.

This module provides a placeholder implementation for some of the functions included in POSIX’s (?) network database.

For the moment, implementations here are functional in the sense that they simulate an empty database. Since we are only using this for parsing WKS records for the moment, this seems to be a reasonably shortcut.

Furthermore, if this gets implemented for real, it should be considered whether giving out clones of the entities is really necessary.

Structs

ProtoEnt
ProtoIter
ServEnt
ServIter