TCP Error code 7014

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
joMa_1809706
Level 4
Level 4
10 likes received First like received First like given

what does an error 7014 (ROUTING ERROR?) mean?

result = wiced_tcp_receive(&tcp_client_socket, &rx_packet, TCP_CLIENT_RECEIVE_TIMEOUT);

result = 7014

wiced sdk 3.5.2

1 Solution
VikramR_26
Employee
Employee
25 sign-ins 10 sign-ins 10 comments on KBA

7014  is returned when socket is closed.

you can find this info for error codes under include/wiced_constants.h

View solution in original post

1 Reply
VikramR_26
Employee
Employee
25 sign-ins 10 sign-ins 10 comments on KBA

7014  is returned when socket is closed.

you can find this info for error codes under include/wiced_constants.h