packets: query requestor API implementation
In #8 (closed), I have created ns_proc_*
generic API for packet processing and ns_proc_query
for query processing. For server-initiated queries, similar API implementation is needed for creating queries and processing responses. Incoming transfers then would be only a matter of using the requestor API, so all the code for packet parsing would be gone.
This is just a stub issue that should be filled in later.