lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [bug #48056] tcp_output limitation


From: PIPON
Subject: [lwip-devel] [bug #48056] tcp_output limitation
Date: Mon, 30 May 2016 08:42:11 +0000 (UTC)
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:46.0) Gecko/20100101 Firefox/46.0

URL:
  <http://savannah.nongnu.org/bugs/?48056>

                 Summary: tcp_output limitation
                 Project: lwIP - A Lightweight TCP/IP stack
            Submitted by: harvey
            Submitted on: lun. 30 mai 2016 08:42:09 GMT
                Category: TCP
                Severity: 3 - Normal
              Item Group: Change Request
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
         Planned Release: 
            lwIP version: 1.4.0

    _______________________________________________________

Details:

Hello
Using ftp to list my files directory, I got some problem with the number of
item I can send.
I'm using the toelke/lwip-ftpd
During the send_next_directory, I expected to call the tcp_output function to
overcome this limitation, but the function does not allow to send data during
the tcp_input phase.
So it requires to store all data in a buffer (which can become huge) before
sending them.
Why not allowing to send data with a specific flag ?
In this specific case the sending is very limited....
Best Regards




    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?48056>

_______________________________________________
  Message posté via/par Savannah
  http://savannah.nongnu.org/




reply via email to

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