lwip-members
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-members] TCP question about tcp_output.c/tcp_enqueue()


From: leon . woestenberg
Subject: [lwip-members] TCP question about tcp_output.c/tcp_enqueue()
Date: Wed, 8 Jan 2003 11:27:54 +0100

Hello,

I'm tracing a TCP performance issue (web serving using httpd.c is very
slow).

Can someone explain to me what the "while (queue == NULL" does in

tcp_output.c/tcp_enqueue()
{
  ...
  while(queue == NULL || left > 0) {
  ...


Regards,


Leon Woestenberg







reply via email to

[Prev in Thread] Current Thread [Next in Thread]