Search found 2 matches
- Wed Jun 17, 2020 6:49 pm
- Forum: ESP-IDF
- Topic: TCP connect very slowly, maybe ARP problem ?
- Replies: 0
- Views: 1827
TCP connect very slowly, maybe ARP problem ?
I encountered a TCP connect problem: * I startup a TCP Socket Server at ESP32 * When I try to connect to the ESP32 from PC(Windows), it may cost more than 30s to establish the connection ! * If I ping the ESP32 continuously with a command "ping 192.168.0.xxx -t" on PC(Windows), then the connection c...
- Wed Jun 17, 2020 6:43 pm
- Forum: ESP-IDF
- Topic: APSTA Mode - STA connected but not accessible after random period of time
- Replies: 5
- Views: 7264
Re: APSTA Mode - STA connected but not accessible after random period of time
I encountered similar problem too ! * I startup a TCP Socket Server at ESP32 * When I try to connect to the ESP32 from PC(Windows), it may cost more than 30s to establish the connection ! * If I ping the ESP32 continuously with a command "ping 192.168.0.xxx -t" on PC(Windows), then the connection ca...