sahlberg / libnfs

NFS client library
Other
510 stars 200 forks source link

Added rpc_stats for maintaining stats for each rpc_context #477

Closed linuxsmiths closed 1 month ago

linuxsmiths commented 1 month ago

This is required since RPC layer performs retransmits, timeout handling, reconnect, etc, so user won't know those. get_rpc_stats() is the new API added for fetching stats for an rpc contect.

sahlberg commented 1 month ago

Merged. Thanks!