[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lwip-devel] tcp_output does not force seg sent out
From: |
Simon Goldschmidt |
Subject: |
Re: [lwip-devel] tcp_output does not force seg sent out |
Date: |
Sat, 10 Mar 2012 08:37:53 +0100 |
narke <address@hidden> wrote:
> Are you sure it's tcp_nagle_enable(pcb) and not
> tcp_nagle_disable(pcb)? From code and the naming, I think to I
> should set the TCP_NODELAY in order to by pass the nagle algorightm.
> Can you double check that?
You're right, I copied the wrong line, sorry.
Simon