> How do I determine how many messages are in queue?
> This isn't possible. [...] rather than provide incorrect information the library avoids providing any view into this data.
> How can I retrieve a list of all connected peers?
> This is not supported.
Those kinds of decisions are very scary for production environment. We've had to debug network connectivity problems before, and it just possible what all the interfaces Linux kernel provides. I cannot imagine doing it with library which hides stuff from you on purpose.