Branch: refs/heads/master Home: https://github.com/fabbione/kronosnet Commit: bbdd1102a7589a6ad5aac61fba6512616cf4cb27 https://github.com/fabbione/kronosnet/commit/bbdd1102a7589a6ad5aac61fba65126... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2015-09-15 (Tue, 15 Sep 2015)
Changed paths: M kronosnetd/vty_cli_cmds.c M libknet/handle.c M libknet/internals.h M libknet/khandle_test.c M libknet/libknet.h M libknet/ping_test.c
Log Message: ----------- [handle] API change warning: add support for knet_handle_new to create proper sockpairs
this is a small facility for applications that don't want/need to create socketpairs to read/write data to/from knet and avoids lots of duplicated socket management on the client side.
Signed-off-by: Fabio M. Di Nitto fdinitto@redhat.com