zephyr/tests/net/socket/tls
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
..
src net: tcp: fix ECONNREFUSED not reported by zsock_connect 2025-03-07 19:48:10 +01:00
CMakeLists.txt tests: net: socket: tls: Add more tests covering poll() 2024-01-03 19:00:15 +00:00
prj.conf tests: net: sockets: tls: Increase connect timeout 2024-09-28 08:21:51 -05:00
testcase.yaml tests: net: sockets: tls: Extend sendmsg tests 2024-03-06 09:13:38 +01:00