lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [task #6827] etharp could need some tuning


From: Simon Goldschmidt
Subject: [lwip-devel] [task #6827] etharp could need some tuning
Date: Fri, 27 Apr 2007 11:50:16 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3

URL:
  <http://savannah.nongnu.org/task/?6827>

                 Summary: etharp could need some tuning
                 Project: lwIP - A Lightweight TCP/IP stack
            Submitted by: goldsimon
            Submitted on: Freitag 27.04.2007 um 11:50
                Category: ARP
         Should Start On: Freitag 27.04.2007 um 00:00
   Should be Finished on: Freitag 27.04.2007 um 00:00
                Priority: 1 - Later
                  Status: None
                 Privacy: Public
        Percent Complete: 0%
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
                  Effort: 0.00

    _______________________________________________________

Details:

- Implement faster method than array search to prevent going through the
whole ARP table on sending a packet
- Introduce function like etharp_send(netif, pbuf) that fills in the header
(used at least twice) to reduce code size.
- Don't know if that's needed: make ARP independent of IP protocol (in
current implementation, ethhdr->type is hardcoded to ETHTYP_IP) but that
should be OK like it is, I think.
- ARP_QUEUEING: don't queue pbuf if etharp_request() fails with ERR_MEM?




    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/task/?6827>

_______________________________________________
  Nachricht geschickt von/durch Savannah
  http://savannah.nongnu.org/





reply via email to

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