Branch: refs/heads/sctp-fixes
Home:
https://github.com/kronosnet/kronosnet
Commit: 9d1f9d536bf9bf88fd4b2f84dd78fee31ed783cb
https://github.com/kronosnet/kronosnet/commit/9d1f9d536bf9bf88fd4b2f84dd78f…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2019-03-08 (Fri, 08 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:
-----------
[sctp] use send vs sendto for sctp operations
some implementations of sendto (FreeBSD) are more picky and will
complain about all the extra data in the sendto(..) when using
connection oriented sockets.
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>