-
Notifications
You must be signed in to change notification settings - Fork 724
[nrf noup] include: net: add SO_SENDCB to NCS extensions #3438
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
base: main
Are you sure you want to change the base?
Conversation
rlubos
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nrf-squash! [nrf noup] include: net: add NCS extensions
In the commit msg please
6daa1c9 to
c716cfd
Compare
I meant add this line literally, below the commit title (it tells us how to cleanup the commits during the rebase). |
My bad, I misunderstood, will fix. I converted the PR to draft for now, I will update this once the new modem library gets merged. |
aed4a45 to
9809c63
Compare
nrf-squash! [nrf noup] include: net: add NCS extensions The SO_SENDCB socket option allows to set a callback to be called when a send operation is completed by lower layers. Signed-off-by: Kacper Radoszewski <[email protected]>
9809c63 to
cf5fae5
Compare
The SO_SENDCB socket option allows to set a callback to be called when a send operation is completed by lower layers.