Skip to content

RTOS TCP connection to send data #2196

Discussion options

You must be logged in to vote

#2180 (comment)

Please refrain from opening several discussions for the same subject, and follow the guidelines. (Response to your former question above, still applies)

You are not properly porting to your OS, that flag is only set when using UDP and you are using TCP. As the docs say, with TCP data is actually sent later when mg_mgr_poll() runs. If it is not sent it is because it is not finding your socket as having outstanding data and that is either because your port of your OS is not working or because you are not properly calling the manager. In any case, this is not the place to discuss that, as already said. So:

You are not just using Mongoose, you are porting it to a different e…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@evercf
Comment options

Answer selected by scaprile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants