lwIP - A Lightweight TCP/IP stack - Patches: patch #10281, api: sockets: Also allow...
You are not allowed to post comments on this tracker with your current authentication level.
patch #10281: api: sockets: Also allow sockaddr_storage length
Submitter: | Stephan Gerhold <sgerhold> | ||
Submitted: | Mon 19 Sep 2022 05:45:21 PM UTC | ||
Category: | sockets/netconn | Priority: | 5 - Normal |
Status: | None | Privacy: | Public |
Assigned to: | None | Open/Closed: | Open |
Planned Release: | None |
Attached Files
file #53719: 0001-api-sockets-Also-allow-sockaddr_storage-length.patch added by sgerhold (3KiB - text/x-patch)
Depends on the following items: None found
Items that depend on this one: None found
Carbon-Copy List
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
Follows 1 latest change.
Date | Changed by | Updated Field | Previous Value | => | Replaced by |
---|---|---|---|---|---|
2022-09-19 | sgerhold | Attached File | - | ![]() |
Added 0001-api-sockets-Also-allow-sockaddr_storage-length.patch, #53719 |
Hi,
I ran into some problems trying to compile lwIP against external socket headers from uClibc. This patch extends the IS_SOCK_ADDR_LEN_VALID() macro to also allow giving in sizeof(struct sockaddr_storage) to POSIX socket API calls. Without this socket-related calls were always failing in a few POSIX network applications that I tested.
Thanks,
Stephan