mbed3 use new upstream mbed3 nagle disable
Signed-off-by: Andy Green <andy.green@linaro.org>
This commit is contained in:
parent
38f3225b22
commit
3decfe60ab
1 changed files with 2 additions and 0 deletions
|
@ -196,6 +196,8 @@ void lws_conn_listener::onIncoming(TCPListener *tl, void *impl)
|
|||
if (!conn->ts)
|
||||
return;
|
||||
|
||||
conn->ts->setNagle(0);
|
||||
|
||||
/*
|
||||
* we use the listen socket wsi to get started, but a new wsi is
|
||||
* created. mbed3_tcp_stream_accept() is also called from
|
||||
|
|
Loading…
Add table
Reference in a new issue