Skip to content

Implement sendto_control/recvfrom control functions in the TCPSocket #15057

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

Open
mat-kalinowski opened this issue Sep 7, 2021 · 0 comments
Open

Comments

@mat-kalinowski
Copy link
Contributor

Description of defect

Currently methods sendto_control/recvfrom_control in the class TCPSocket are provided with the simple implementation - passing all the parameters to sendto/recvfrom if control parameter is NULL. Proper implementation for this functions should be provided - handling non NULL control parameter.

Target(s) affected by this defect ?

N/A

Toolchain(s) (name and version) displaying this defect ?

N/A

What version of Mbed-os are you using (tag or sha) ?

'mbed-os-99.99.99

What version(s) of tools are you using. List all that apply (E.g. mbed-cli)

mbed-tools 7.32.0

How is this defect reproduced ?

Passing non NULL control parameter to these methods returns NSAPI_ERROR_UNSUPPORTED.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants