Branch: refs/heads/sockaddr-size
Home: https://github.com/kronosnet/kronosnet
Commit: 06bd42def35a1a54a9d2ac0d24db335bc02a4ac6
https://github.com/kronosnet/kronosnet/commit/06bd42def35a1a54a9d2ac0d24db3…
Author: Christine Caulfield <ccaulfie(a)redhat.com>
Date: 2021-06-10 (Thu, 10 Jun 2021)
Changed paths:
M libknet/internals.h
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/transport_sctp.c
M libknet/transport_udp.c
Log Message:
-----------
send 'correct' sockaddr lengths to socket calls
FreeBSD-devel insists that the length passed into socket calls
matches the expected length of the sockaddr it describes.
So, eg, when passing a sockaddr_in, the length must be sizeof(sockaddr_in)
rather than sizeof(sockaddr_storage) which we were using
Signed-Off-By: Chrissie Caulfield <ccaulfie(a)redhat.com>
Branch: refs/heads/sockaddr-size
Home: https://github.com/kronosnet/kronosnet
Commit: f021705fcd17522fd8db4d75d13807f51c21b833
https://github.com/kronosnet/kronosnet/commit/f021705fcd17522fd8db4d75d1380…
Author: Christine Caulfield <ccaulfie(a)redhat.com>
Date: 2021-06-10 (Thu, 10 Jun 2021)
Changed paths:
M libknet/internals.h
M libknet/links.c
M libknet/netutils.c
M libknet/netutils.h
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/transport_sctp.c
M libknet/transport_udp.c
Log Message:
-----------
use the fd tracker to keep the sockaddr size
Branch: refs/heads/sockaddr-size
Home: https://github.com/kronosnet/kronosnet
Commit: 4f02afc3f99da5215c564b984ff31a49db347ab0
https://github.com/kronosnet/kronosnet/commit/4f02afc3f99da5215c564b984ff31…
Author: Christine Caulfield <ccaulfie(a)redhat.com>
Date: 2021-06-07 (Mon, 07 Jun 2021)
Changed paths:
M libknet/internals.h
M libknet/links.c
M libknet/netutils.c
M libknet/netutils.h
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/transport_sctp.c
M libknet/transport_udp.c
Log Message:
-----------
use the fd tracker to keep the sockaddr size