lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [bug #37614] Errors from ip_output (ipX_output) are not pro


From: Oleg Kovalev
Subject: [lwip-devel] [bug #37614] Errors from ip_output (ipX_output) are not processing
Date: Mon, 22 Oct 2012 14:50:16 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; rv:15.0) Gecko/20100101 Firefox/15.0.1

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

                 Summary: Errors from ip_output (ipX_output) are not
processing
                 Project: lwIP - A Lightweight TCP/IP stack
            Submitted by: r0pegig
            Submitted on: Пнд 22 Окт 2012 14:50:15
                Category: TCP
                Severity: 3 - Normal
              Item Group: Faulty Behaviour
                  Status: None
                 Privacy: Private
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
         Planned Release: 
            lwIP version: CVS Head

    _______________________________________________________

Details:

I have faced with this error when I was making an attempt to transmit a large
buffer through TCP. The Blackfin driver implemented with a fixed number of
output DMA descriptors (and this number is limited in any case). So when we
try to output more data than the driver can process trailing packets will be
lost. Driver returns an error ERR_MEM, ip_output_if_opt returns that error
too, but tcp_output_segment (and other output TCP functions too) does not.
I have made patch for my project but my knowledge of LwIP is not enough for
participating in development so I decide sent this bug report. I hope this
will be helpful.




    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/




reply via email to

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