i have some trouble with my ESP32-C6 as WiFi access point. When i plug in the ESP board and start the WiFi access point the first connection from PC or smartphone works well. But if i disconnect and try to reconnect it fails always until i restart the whole ESP.
1.) Sometimes i get these messages in the ESP console when the failure occurs
Code: Select all
W (1714083) httpd_txrx: httpd_sock_err: error in send : 11
D (1714083) httpd_txrx: httpd_send_all: error in send_fn
3.) I have done some checks via wireshark, the message which occurs every time when the failure occur when trying to connect via telnet to 192.168.4.1 port 80 is "[TCP Retransmission] 53244 -> 80 [SYN] Seq=0 Win=64240 Len=0 MSS=1460 WS=256 SACK_PERM".
Hope anybody can help me with these erros...