Branch: refs/heads/onwire-upgrade Home: https://github.com/kronosnet/kronosnet Commit: 31741942e4a60a293aa299fe8cb787f16807e1ef https://github.com/kronosnet/kronosnet/commit/31741942e4a60a293aa299fe8cb787... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2020-08-26 (Wed, 26 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: 5d57f1af752b885e19c583b20f1c33d02705c0af https://github.com/kronosnet/kronosnet/commit/5d57f1af752b885e19c583b20f1c33... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2020-08-26 (Wed, 26 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: 9a65ad0f4424db6962930d8897e6e6ca8f76bee2 https://github.com/kronosnet/kronosnet/commit/9a65ad0f4424db6962930d8897e6e6... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2020-08-26 (Wed, 26 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
Commit: 399dc3998c545f634f19ca4c09ca6ad4d2414ce4 https://github.com/kronosnet/kronosnet/commit/399dc3998c545f634f19ca4c09ca6a... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2020-08-26 (Wed, 26 Aug 2020)
Changed paths: M libknet/threads_heartbeat.c M libknet/threads_heartbeat.h M libknet/threads_rx.c
Log Message: ----------- [rx/heartbeat] move ping / pong processing to heartbeat.[c|h]
Signed-off-by: Fabio M. Di Nitto fdinitto@redhat.com
Commit: 2b550769843f675cf5c2e5bd1e25bf6dd7b45702 https://github.com/kronosnet/kronosnet/commit/2b550769843f675cf5c2e5bd1e25bf... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2020-08-26 (Wed, 26 Aug 2020)
Changed paths: M libknet/threads_pmtud.c M libknet/threads_pmtud.h M libknet/threads_rx.c
Log Message: ----------- [rx/heartbeat] move pmtu / pmtu_reply to pmtud.[c|h]
Signed-off-by: Fabio M. Di Nitto fdinitto@redhat.com
Commit: 8c5bb898ff5250e7c074c0f1d0643d87488179af https://github.com/kronosnet/kronosnet/commit/8c5bb898ff5250e7c074c0f1d0643d... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2020-08-26 (Wed, 26 Aug 2020)
Changed paths: M libknet/threads_heartbeat.c
Log Message: ----------- [heartbeat] move all packet data filling in the same chuck of code
and re-org code in the file a bit (no functional changes)
Signed-off-by: Fabio M. Di Nitto fdinitto@redhat.com
Compare: https://github.com/kronosnet/kronosnet/compare/fa0b4ce8dea3...8c5bb898ff52