Branch: refs/heads/master Home: https://github.com/fabbione/kronosnet Commit: 2861aa7a1cada938ccada8ff3a0020f14d30fdf2 https://github.com/fabbione/kronosnet/commit/2861aa7a1cada938ccada8ff3a0020f... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2012-09-28 (Fri, 28 Sep 2012)
Changed paths: M libknet/handle.c M libknet/host.c M libknet/libknet-private.h M libknet/libknet.h
Log Message: ----------- libknet: implement basic ring buffer for bcast packets
fix KNET_FRAME_SIZE handling around
don't try to send messages to links that are not ready
gather host info for all incoming pkcts (data/ping) since there is no point to go crazy figuring it out
add basic ring buffer functions based on playground implementation (still missing reset of the buffer)
Signed-off-by: Fabio M. Di Nitto fdinitto@redhat.com