You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In tcp.c, line 35, setting TCP_NODELAY will make the TCP stack on the remote device (e.g. ESP8266) too busy with memory allocation and other things. I suggest to disable it and let TCP stack choose its own pace.
In
tcp.c, line 35, settingTCP_NODELAYwill make the TCP stack on the remote device (e.g. ESP8266) too busy with memory allocation and other things. I suggest to disable it and let TCP stack choose its own pace.