Skip to content

tcp_server: allow a client to signal its status#73

Open
facchinm wants to merge 2 commits into
arduino-libraries:mainfrom
facchinm:fix_tcp_server
Open

tcp_server: allow a client to signal its status#73
facchinm wants to merge 2 commits into
arduino-libraries:mainfrom
facchinm:fix_tcp_server

Conversation

@facchinm

Copy link
Copy Markdown
Contributor

The _connected flag was never restored to 0 when the previous client was being disconnected. Would be better to implement using cpp and friend classes, leaving a reference in the Client if generated by accept()

The _connected flag was never restored to 0 when the previous client was being disconnected. Would be better to implement using cpp and friend classes, leaving a reference in the Client if generated by accept()
@eigen-value
eigen-value self-requested a review July 16, 2026 15:22
@github-actions

Copy link
Copy Markdown

Memory usage change @ b38f7a4

Board flash % RAM for global variables %
arduino:zephyr:unoq 🔺 0 - +184 0.0 - +0.02 🔺 0 - +64 0.0 - +0.02
Click for full report table
Board examples/client
flash
% examples/client
RAM for global variables
% examples/hci
flash
% examples/hci
RAM for global variables
% examples/monitor
flash
% examples/monitor
RAM for global variables
% examples/server
flash
% examples/server
RAM for global variables
% examples/udp_ntp_client
flash
% examples/udp_ntp_client
RAM for global variables
%
arduino:zephyr:unoq 64 0.01 60 0.02 0 0.0 0 0.0 0 0.0 0 0.0 184 0.02 64 0.02 0 0.0 0 0.0
Click for full report CSV
Board,examples/client<br>flash,%,examples/client<br>RAM for global variables,%,examples/hci<br>flash,%,examples/hci<br>RAM for global variables,%,examples/monitor<br>flash,%,examples/monitor<br>RAM for global variables,%,examples/server<br>flash,%,examples/server<br>RAM for global variables,%,examples/udp_ntp_client<br>flash,%,examples/udp_ntp_client<br>RAM for global variables,%
arduino:zephyr:unoq,64,0.01,60,0.02,0,0.0,0,0.0,0,0.0,0,0.0,184,0.02,64,0.02,0,0.0,0,0.0

@github-actions

Copy link
Copy Markdown

Memory usage change @ ea8e0ce

Board flash % RAM for global variables %
arduino:zephyr:unoq 🔺 0 - +192 0.0 - +0.02 🔺 0 - +76 0.0 - +0.03
Click for full report table
Board examples/client
flash
% examples/client
RAM for global variables
% examples/hci
flash
% examples/hci
RAM for global variables
% examples/monitor
flash
% examples/monitor
RAM for global variables
% examples/server
flash
% examples/server
RAM for global variables
% examples/udp_ntp_client
flash
% examples/udp_ntp_client
RAM for global variables
%
arduino:zephyr:unoq 72 0.01 72 0.03 0 0.0 0 0.0 0 0.0 0 0.0 192 0.02 76 0.03 0 0.0 0 0.0
Click for full report CSV
Board,examples/client<br>flash,%,examples/client<br>RAM for global variables,%,examples/hci<br>flash,%,examples/hci<br>RAM for global variables,%,examples/monitor<br>flash,%,examples/monitor<br>RAM for global variables,%,examples/server<br>flash,%,examples/server<br>RAM for global variables,%,examples/udp_ntp_client<br>flash,%,examples/udp_ntp_client<br>RAM for global variables,%
arduino:zephyr:unoq,72,0.01,72,0.03,0,0.0,0,0.0,0,0.0,0,0.0,192,0.02,76,0.03,0,0.0,0,0.0

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

Successfully merging this pull request may close these issues.

1 participant