Branch: refs/heads/master Home: https://github.com/fabbione/kronosnet Commit: d7e63ac8fd2c58e9eb9bc2a685be3052a9281c64 https://github.com/fabbione/kronosnet/commit/d7e63ac8fd2c58e9eb9bc2a685be305... Author: Chrissie Caulfield ccaulfie@redhat.com Date: 2017-06-20 (Tue, 20 Jun 2017)
Changed paths: M kronosnetd/vty_cli_cmds.c M libknet/host.c M libknet/libknet.h M libknet/link.c M libknet/tests/api_knet_link_get_status.c M libknet/tests/api_knet_link_set_config.c M libknet/tests/api_knet_send.c M libknet/tests/test-common.c M libknet/threads_heartbeat.c M libknet/threads_pmtud.c M libknet/threads_rx.c M libknet/threads_tx.c
Log Message: ----------- libknet: Add link stats (#43)
* libknet: Add link stats
This patch also includes an ABI change to knet_link_get_status() (as well as returning a load of stats) that should allow us to add more stats at a later stage without ballooning memory use with pads or crashing earlier-linked programs with structure overwrites.
kronosnetd compiles but has not been tested...