zephyr/tests/net/socket
Noah Olson b2e29fe0d7 net: tcp: fix ECONNREFUSED not reported by zsock_connect
When a TCP connection is refused during zsock_connect, errno is set
to -ENOTCONN, but errno should be set to -ECONNREFUSED. This change
causes the ECONNREFUSED status to be propagated from tcp_in to
net_tcp_connect, which eventually causes errno to be set
to -ECONNREFUSED.

Signed-off-by: Noah Olson <noah@wavelynx.com>
2025-03-07 19:48:10 +01:00
..
af_packet boards native_posix: Remove twister support 2025-03-07 19:16:14 +01:00
af_packet_ipproto_raw boards native_posix: Remove twister support 2025-03-07 19:16:14 +01:00
can
getaddrinfo boards native_posix: Remove twister support 2025-03-07 19:16:14 +01:00
getnameinfo boards native_posix: Remove twister support 2025-03-07 19:16:14 +01:00
misc net: Fix inet_pton IPv4 implementation 2025-01-29 17:56:09 +01:00
net_mgmt
offload_dispatcher fdtable: replace z_ prefix with zvfs_ for fdtable.h functions 2024-06-26 12:33:02 +02:00
poll boards native_posix: Remove twister support 2025-03-07 19:16:14 +01:00
register
reuseaddr_reuseport
select
service boards native_posix: Remove twister support 2025-03-07 19:16:14 +01:00
socketpair boards native_posix: Remove twister support 2025-03-07 19:16:14 +01:00
tcp tests: net: socket: Fix -Wsometimes-uninitialized warning 2025-02-07 02:23:24 +01:00
tls net: tcp: fix ECONNREFUSED not reported by zsock_connect 2025-03-07 19:48:10 +01:00
tls_configurations tests: tls_configurations: adjust Kconfig in overlay-ec 2024-12-16 22:56:43 +01:00
tls_ext tests: net: tls_ext: Fix scheduling race 2025-02-04 11:55:17 +01:00
udp tests: net: socket: udp: Verify recvmsg buffer lengths 2025-01-30 14:09:35 +01:00
websocket misc: move lorem ipsum text to zephyr/misc/lorem_ipsum.h 2024-08-02 03:31:06 -04:00
socket_helpers.h