tcp_server.c -> Socket unable to bind: errno 112
Posted: Mon Apr 29, 2019 2:14 pm
Hello,
a problem with the server's operation after the host has closed the sockets:
https://github.com/espressif/esp-idf/bl ... p_server.c
Can anyone help?
a problem with the server's operation after the host has closed the sockets:
sources:[0;32mI (10366) TestHeap: Free Heap size: 217464[0m
[0;32mI (11196) example: Socket accepted[0m
[0;32mI (11366) TestHeap: Free Heap size: 217504[0m
[0;32mI (12366) TestHeap: Free Heap size: 217504[0m
[0;32mI (13366) TestHeap: Free Heap size: 217504[0m
[0;32mI (13746) example: Connection closed[0m
[0;31mE (13756) example: Shutting down socket and restarting...[0m
[0;32mI (13756) example: Socket created[0m
[0;31mE (13756) example: Socket unable to bind: errno 112[0m
[0;32mI (14366) TestHeap: Free Heap size: 221992[0m
[0;32mI (15366) TestHeap: Free Heap size: 221992[0m
[0;32mI (16366) TestHeap: Free Heap size: 221992[0m
[0;32mI (17366) TestHeap: Free Heap size: 221992[0m
https://github.com/espressif/esp-idf/bl ... p_server.c
Can anyone help?