add knet_handle_get_stats (#49)
- stats: Add compression and crypto statistics
New stats structures shows how effective the compression is, and
also the compression/decompression overhead time.
Crypto stats show the byte overhead of the crypto library as well as the time taken
to sign/encrypt and decrypt the packets.
Signed-off-by: Christine Caulfield <ccaulfie@redhat.com>