lwIP - A Lightweight TCP/IP stack - Patches: patch #6518, fixed timeout problem in tapif
You are not allowed to post comments on this tracker with your current authentication level.
patch #6518: fixed timeout problem in tapif
| Submitter: | Rishi Khan <rishi> | ||
| Submitted: | Fri 23 May 2008 06:55:18 PM UTC | ||
| Category: | None | Priority: | 5 - Normal |
| Status: | Done | Privacy: | Public |
| Assigned to: | kieranm | Open/Closed: | Closed |
| Planned Release: | None | ||
Attached Files
Depends on the following items: None found
Items that depend on this one: None found
Carbon-Copy List
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

unix port of tapif.c spawns an unnecessary timer to handle etharp packets. This causes the number of timeouts to be exceeded when you run the unixsim/simhost program and connect to the socket via telnet. The #defines in init.c don't catch this extra timeout problem. I removed the unnecessary timeout.