Branch: refs/heads/onwire-upgrade Home: https://github.com/kronosnet/kronosnet Commit: 51bf4486d9705e2eda07c4b1fb714aeab87da48e https://github.com/kronosnet/kronosnet/commit/51bf4486d9705e2eda07c4b1fb714a... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2020-08-20 (Thu, 20 Aug 2020)
Changed paths: M libknet/handle.c M libknet/host.c M libknet/host.h M libknet/internals.h M libknet/onwire.h M libknet/tests/pckt_test.c M libknet/threads_rx.c M libknet/threads_tx.c
Log Message: ----------- [cleanup] remove unused infrastructure to send HOSTINFO messages
those messages are unused in 1.x and if necessary they will be reintroduced in 2.x
Signed-off-by: Fabio M. Di Nitto fdinitto@redhat.com
Commit: 471452edf36a076d0ffc7dabcab1b5e1d9914ed4 https://github.com/kronosnet/kronosnet/commit/471452edf36a076d0ffc7dabcab1b5... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2020-08-20 (Thu, 20 Aug 2020)
Changed paths: M libknet/threads_tx.c
Log Message: ----------- [tx] local sockets are only sending data packets
drop unnecessary cases around packets that don“t exist
Signed-off-by: Fabio M. Di Nitto fdinitto@redhat.com
Commit: e09b43fb09a3639fd380c9e4be57d48932b6f6e2 https://github.com/kronosnet/kronosnet/commit/e09b43fb09a3639fd380c9e4be57d4... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2020-08-20 (Thu, 20 Aug 2020)
Changed paths: M libknet/threads_tx.c
Log Message: ----------- [tx] fill in header data closer to where they are currently used
Signed-off-by: Fabio M. Di Nitto fdinitto@redhat.com
Compare: https://github.com/kronosnet/kronosnet/compare/1b2e6020298f...e09b43fb09a3