Branch: refs/heads/sctp-fixes
Home:
https://github.com/kronosnet/kronosnet
Commit: 44593b2a328c0ec2f976e8d287bd9386ec6442ba
https://github.com/kronosnet/kronosnet/commit/44593b2a328c0ec2f976e8d287bd9…
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/threads_heartbeat.c
M libknet/threads_pmtud.c
M libknet/threads_rx.c
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>