Merge branch 'master' into ppp-new

This commit is contained in:
Sylvain Rochet
2013-07-20 21:04:49 +02:00
6 changed files with 47 additions and 23 deletions

View File

@@ -667,7 +667,7 @@ tcp_recved(struct tcp_pcb *pcb, u16_t len)
tcp_output(pcb);
}
LWIP_DEBUGF(TCP_DEBUG, ("tcp_recved: recveived %"U16_F" bytes, wnd %"U16_F" (%"U16_F").\n",
LWIP_DEBUGF(TCP_DEBUG, ("tcp_recved: received %"U16_F" bytes, wnd %"U16_F" (%"U16_F").\n",
len, pcb->rcv_wnd, TCP_WND - pcb->rcv_wnd));
}