You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Description of defect
Currently methods
sendto_control/recvfrom_control
in the classTCPSocket
are provided with the simple implementation - passing all the parameters tosendto/recvfrom
ifcontrol
parameter isNULL
. Proper implementation for this functions should be provided - handling nonNULL
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
.The text was updated successfully, but these errors were encountered: