Branch: refs/heads/master
Home:
https://github.com/fabbione/kronosnet
Commit: 7a52c1e548104021cda6d4a53246df37635f81b1
https://github.com/fabbione/kronosnet/commit/7a52c1e548104021cda6d4a53246df…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2015-11-28 (Sat, 28 Nov 2015)
Changed paths:
M kronosnetd/etherfilter.c
M kronosnetd/vty.c
M kronosnetd/vty_cli.c
M kronosnetd/vty_cli_cmds.c
M libknet/host.c
M libknet/link.c
M libknet/listener.c
M libknet/nsscrypto.c
M libknet/threads_heartbeat.c
M libknet/threads_send_recv.c
Log Message:
-----------
Replace memcpy with memmove across the board
memmove is just a tiny littlebit faster than memcpy.
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>