lwIP - A Lightweight TCP/IP stack - Bugs: bug #40245, unix port minimal project has...
You are not allowed to post comments on this tracker with your current authentication level.
bug #40245: unix port minimal project has abundant timers
| Submitter: | chrysn <chrysn> | ||
| Submitted: | Fri 11 Oct 2013 04:33:17 PM UTC | ||
| Category: | Contrib | Severity: | 3 - Normal |
| Item Group: | Change Request | Status: | Fixed |
| Privacy: | Public | Assigned to: | goldsimon |
| Open/Closed: | Closed | Planned Release: | None |
| lwIP version: | git head | ||
|
Sat 21 Feb 2015 12:53:33 PM UTC, comment #5: |
Sylvain Rochet <gradator> |
|
Thu 12 Feb 2015 09:37:33 PM UTC, comment #4: Thanks for the patches. Although (unfortunately) I do not have a working unix/linux environment to test, I went ahead and applied+committed your patches. Sadly, they partly did not apply so I had to (partly) apply them manually. Sine I'm not in a position to check them right now, could you check that this didn't go wrong?
|
Simon Goldschmidt <goldsimon> |
|
Fri 21 Feb 2014 12:15:11 AM UTC, comment #3: i forgot to mention in the commit message and the comments here: the mintapif_wait i've dropped was, from all i've seen in the history, the precedessor of the now modified mintapif_select function -- code that has been dead for some time. |
chrysn <chrysn> |
|
Thu 20 Feb 2014 11:37:38 PM UTC, comment #2: how could i resist such a nice smiley? ;-)
|
chrysn <chrysn> |
|
Thu 20 Feb 2014 09:11:06 PM UTC, comment #1: Could you provide a patch? Please? :-) |
Simon Goldschmidt <goldsimon> |
|
Fri 11 Oct 2013 04:33:17 PM UTC, original submission:
the mininal project in the unix port of contrib (lwip-contrib/ports/unix/proj/minimal/main.c) contains explicit timer handlers for tcp, reassembly and etharp.
|
chrysn <chrysn> |
Depends on the following items: None found
Items that depend on this one: None found
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.
Follow 6 latest changes.
| Date | Changed by | Updated Field | Previous Value | => | Replaced by |
|---|---|---|---|---|---|
| 2015-02-12 | goldsimon | Status | None | Fixed | |
| Assigned to | None | goldsimon | |||
| Open/Closed | Open | Closed | |||
| 2014-02-20 | chrysn | Attached File | - | Added 0001-introduce-sys_timeouts_sleeptime.patch, #30621 | |
| Attached File | - | Added 0002-further-simplification-on-the-minimal-unix-example.patch, #30622 | |||
| Attached File | - | Added 0001-minimal-patch-to-fix-40245.patch, #30623 |
Powered by Savane 3.12.
Corresponding source code

Unfortunately it didn't, I fixed the FTB.
By the way, you should have kept the authorship, this is chrysn's patch even if you had to rebase it, Git allows you to commit with a custom author.
I really don't know :-)
What's the usage case of pcapif here ?
Sylvain