Branch: refs/heads/stable1-proposed
Home: https://github.com/kronosnet/kronosnet
Commit: 55e44c88fa1b4cc05f9e32705778d32bae11b6f2
https://github.com/kronosnet/kronosnet/commit/55e44c88fa1b4cc05f9e32705778d…
Author: Fabio M. Di Nitto <fdinitto(a)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(a)redhat.com>
Branch: refs/heads/stable1-proposed
Home: https://github.com/kronosnet/kronosnet
Commit: 7033ddab505a0cf3655115fe5037579b7c882a8c
https://github.com/kronosnet/kronosnet/commit/7033ddab505a0cf3655115fe50375…
Author: Fabio M. Di Nitto <fdinitto(a)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(a)redhat.com>
Branch: refs/heads/link-info
Home: https://github.com/kronosnet/kronosnet
Commit: 0d9493b0d6b58f3447f6285b40c93b817243b123
https://github.com/kronosnet/kronosnet/commit/0d9493b0d6b58f3447f6285b40c93…
Author: Fabio M. Di Nitto <fdinitto(a)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(a)redhat.com>