walmis / blackmagic-espidf

Blackmagic Wireless SWD Debug probe hosted on esp-idf SDK (for ESP8266) with UART on Telnet port and HTTP using xterm.js
251 stars 48 forks source link

Optimize network transmission speed. #13

Closed wuguanghai45 closed 8 months ago

wuguanghai45 commented 11 months ago

recv one by one is too slow! can recv many and put it in buffer and use it. it will be fast