Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: f66ebfd6f24bb48fd45448b6bebd232069887d32
https://github.com/fabbione/kronosnet/commit/f66ebfd6f24bb48fd45448b6bebd23…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2017-01-26 (Thu, 26 Jan 2017)
Changed paths:
M TODO
M libknet/internals.h
M libknet/threads_send_recv.c
M libknet/transport_sctp.c
M libknet/transport_udp.c
Log Message:
-----------
[transport] fix support for dynamic links connections
- add internal transport API for handling incoming dynamic connections (both UDP and SCTP)
- fix copy/compare address code in RX thread
- make sure to reset sockaddr_storage len in iov
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 91d2e5ec198c511179332038601a820d108c17fc
https://github.com/fabbione/kronosnet/commit/91d2e5ec198c511179332038601a82…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2017-01-26 (Thu, 26 Jan 2017)
Changed paths:
M libknet/netutils.c
M libknet/netutils.h
Log Message:
-----------
[netutils] cleanup cmpaddr and add cpyaddrport
cpyaddrport specifically copies _only_ address and port and skip
over other fields that are unnecessary for what we need
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 0551f454a3933ff9e8aee3cff8e83787a32a6480
https://github.com/fabbione/kronosnet/commit/0551f454a3933ff9e8aee3cff8e837…
Author: Christine Caulfield <ccaulfie(a)redhat.com>
Date: 2017-01-26 (Thu, 26 Jan 2017)
Changed paths:
M libknet/compat.c
M libknet/compat.h
M libknet/tests/Makefile.am
M libknet/tests/api_knet_strtoaddr.c
M libknet/transport_udp.c
Log Message:
-----------
compat: make it work on FreeBSD
Although FreeBSD 11 has sendmmsg & recvmmsg wrappers, they
don't quite work the same as Linux so I've enabled the (fixed)
compat versions for that platform.
make check now works on FreeBSD 11
Signed-off-by: Christine Caulfield <ccaulfie(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 22d0a556c052a65eb22ac18f8f27354382d3defa
https://github.com/fabbione/kronosnet/commit/22d0a556c052a65eb22ac18f8f2735…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2017-01-25 (Wed, 25 Jan 2017)
Changed paths:
M TODO
M libknet/internals.h
M libknet/threads_heartbeat.c
M libknet/threads_pmtud.c
M libknet/threads_send_recv.c
M libknet/transport_sctp.c
M libknet/transport_udp.c
Log Message:
-----------
[transports] add support for transport_tx_sock_error
add IP_RECVERR for UDP to better handle errors on TX sockets
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>