Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SCTP_SENDALL #52

Closed
cmcdowellNREC opened this issue Dec 20, 2022 · 2 comments
Closed

SCTP_SENDALL #52

cmcdowellNREC opened this issue Dec 20, 2022 · 2 comments

Comments

@cmcdowellNREC
Copy link

Hello,

Is the SCTP_SENDALL flag implemented in the latest version, 1.0.19?

Thanks,
Caleb

@century6
Copy link

century6 commented Feb 14, 2023

In my opinion, since the Linux kernel has implemented it, lksctp-tools does not need to do the same thing.
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=4910280503f3af2857d5aa77e35b22d93a8960a8

@lxin
Copy link
Contributor

lxin commented Feb 15, 2023

That's right, you only need to set SCTP_SENDALL to "flags" when calling sctp_sendmsg().
Anyway, we should update our man doc in man/sctp_sendmsg.3.

Thanks.

@lxin lxin closed this as completed Feb 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants