Branch: refs/heads/sctp-fixes
Home: https://github.com/kronosnet/kronosnet
Commit: 9e068c74f2b5cc8b5631eb8e1f75d28be2333dd6
https://github.com/kronosnet/kronosnet/commit/9e068c74f2b5cc8b5631eb8e1f75d…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2019-03-09 (Sat, 09 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/transport_common.c
M libknet/transports.c
Log Message:
-----------
[sctp] use send() only on platforms that really requires it
and also make it easier to parse the data in transports.c
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/sctp-fixes
Home: https://github.com/kronosnet/kronosnet
Commit: d87b144acbb905ecb368aed5191b2567c717980f
https://github.com/kronosnet/kronosnet/commit/d87b144acbb905ecb368aed5191b2…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2019-03-08 (Fri, 08 Mar 2019)
Changed paths:
M libknet/transports.c
Log Message:
-----------
[sctp] use send() only on platforms that really requires it
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/sctp-fixes
Home: https://github.com/kronosnet/kronosnet
Commit: d1a69746d994a69c114a3b3cf63921499ae28d70
https://github.com/kronosnet/kronosnet/commit/d1a69746d994a69c114a3b3cf6392…
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>
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>
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>