Branch: refs/heads/rekey Home: https://github.com/kronosnet/kronosnet Commit: 3e6053c50933a59893fcee3b0452abf0621f4393 https://github.com/kronosnet/kronosnet/commit/3e6053c50933a59893fcee3b0452ab... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2019-03-11 (Mon, 11 Mar 2019)
Changed paths: M libknet/internals.h M libknet/tests/api_knet_send.c M libknet/tests/knet_bench.c M libknet/threads_heartbeat.c M libknet/threads_pmtud.c M libknet/threads_rx.c M libknet/threads_tx.c M libknet/transport_common.c M libknet/transport_common.h M libknet/transports.c M libknet/transports.h
Log Message: ----------- [transport] don´t specify destination address for connection oriented protocols
some implementations of sendto/sendmsg expects dst_addr / msg_name to be empty for connection oriented protocols such as SCTP (spotted on FreeBSD).
Make sure to clear or not pass those information on connection oriented protocol.
Signed-off-by: Fabio M. Di Nitto fdinitto@redhat.com
Commit: 34fdc05820a35df21a688b19cc30958e006c0427 https://github.com/kronosnet/kronosnet/commit/34fdc05820a35df21a688b19cc3095... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2019-03-11 (Mon, 11 Mar 2019)
Changed paths: M libknet/links.c
Log Message: ----------- [logging] fix log target of recently added API calls
spotted during sctp testing
Signed-off-by: Fabio M. Di Nitto fdinitto@redhat.com
Commit: 0dd2541fa01558d71119a7d8eec37a79d8f09939 https://github.com/kronosnet/kronosnet/commit/0dd2541fa01558d71119a7d8eec37a... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2019-03-11 (Mon, 11 Mar 2019)
Changed paths: M libknet/internals.h M libknet/links.c M libknet/tests/api_knet_send.c M libknet/tests/knet_bench.c M libknet/threads_heartbeat.c M libknet/threads_pmtud.c M libknet/threads_rx.c M libknet/threads_tx.c M libknet/transport_common.c M libknet/transport_common.h M libknet/transports.c M libknet/transports.h
Log Message: ----------- Merge pull request #204 from kronosnet/sctp-fixes
Sctp fixes
Commit: 0d9493b0d6b58f3447f6285b40c93b817243b123 https://github.com/kronosnet/kronosnet/commit/0d9493b0d6b58f3447f6285b40c93b... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2019-03-11 (Mon, 11 Mar 2019)
Changed paths: M libknet/host.c
Log Message: ----------- [host] increase log level for currently used links
bug reported on IRC by yuanren
Signed-off-by: Fabio M. Di Nitto fdinitto@redhat.com
Commit: b1f8077735122b5128996b39cf916f2b0d15448e https://github.com/kronosnet/kronosnet/commit/b1f8077735122b5128996b39cf916f... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2019-03-11 (Mon, 11 Mar 2019)
Changed paths: M libknet/host.c
Log Message: ----------- Merge pull request #205 from kronosnet/link-info
[host] increase log level for currently used links
Compare: https://github.com/kronosnet/kronosnet/compare/da4ee60426d4...b1f807773512