Branch: refs/heads/master
Home:
https://github.com/kronosnet/kronosnet
Commit: 3e6053c50933a59893fcee3b0452abf0621f4393
https://github.com/kronosnet/kronosnet/commit/3e6053c50933a59893fcee3b0452a…
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>
Commit: 34fdc05820a35df21a688b19cc30958e006c0427
https://github.com/kronosnet/kronosnet/commit/34fdc05820a35df21a688b19cc309…
Author: Fabio M. Di Nitto <fdinitto(a)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(a)redhat.com>
Commit: 0dd2541fa01558d71119a7d8eec37a79d8f09939
https://github.com/kronosnet/kronosnet/commit/0dd2541fa01558d71119a7d8eec37…
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/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
Compare:
https://github.com/kronosnet/kronosnet/compare/da4ee60426d4...0dd2541fa015