Skip to content

Improve networking#4

Merged
kr-t merged 12 commits intomainfrom
improve-networking
Nov 19, 2025
Merged

Improve networking#4
kr-t merged 12 commits intomainfrom
improve-networking

Conversation

@kr-t
Copy link
Collaborator

@kr-t kr-t commented Nov 14, 2025

No description provided.

dkouba-atym and others added 9 commits August 28, 2025 07:45
Signed-off-by: Dan Kouba <dan@atym.io>
Signed-off-by: Dan Kouba <dan@atym.io>
Signed-off-by: Dan Kouba <dan@atym.io>
Signed-off-by: Dan Kouba <dan@atym.io>
Signed-off-by: Dan Kouba <dan@atym.io>
Signed-off-by: Dan Kouba <dan@atym.io>
Signed-off-by: Krisztian Szilvasi <34309983+kr-t@users.noreply.github.com>
Signed-off-by: Krisztian Szilvasi <34309983+kr-t@users.noreply.github.com>
Signed-off-by: Krisztian Szilvasi <34309983+kr-t@users.noreply.github.com>
@kr-t kr-t requested review from dkouba-atym and srberard November 14, 2025 17:17
Signed-off-by: Krisztian Szilvasi <34309983+kr-t@users.noreply.github.com>
@kr-t kr-t mentioned this pull request Nov 14, 2025
Signed-off-by: Krisztian Szilvasi <34309983+kr-t@users.noreply.github.com>
Copy link

@srberard srberard left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See review comments. We can merge this into our working branch but these should be resolved before pushing upstream.

if (zsock_inet_pton(AF_INET, textual, &v4->sin_addr.s_addr) == 1) {
v4->sin_family = AF_INET;
v4->sin_port = htons(port);
/**

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we special-case the "224.0.0.2" address and only set this to "0.0.0.0" when that value is being set? Separately, if there is a bug for Zephyr we should reference it here.

Signed-off-by: Krisztian Szilvasi <34309983+kr-t@users.noreply.github.com>
@kr-t kr-t merged commit fced233 into main Nov 19, 2025
372 of 376 checks passed
@kr-t kr-t mentioned this pull request Nov 19, 2025
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.

3 participants