lwip-users
[Top][All Lists]
Advanced

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

[lwip-users] upgrading 1.3.2 to CVS


From: Tyrel Newton
Subject: [lwip-users] upgrading 1.3.2 to CVS
Date: Fri, 21 May 2010 12:34:45 -0700
User-agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4

I just upgraded my application from using 1.3.2 to the latest CVS head. The biggest change for me was reworking the majority of my FreeRTOS-based sys_arch layer. The one thing I'm still a little fuzzy on is the new timer implementation. Previously, I had to store a pointer to the head sys_timeout structure (or whatever it was called) within the thread control structure, since previously "timeouts were handled on a per-thread basis". To me, this means that application-level threads should no longer use the lwIP-provided timeout mechanisms, but rather the mechanisms provided directly by the underlying port layer.

A little clarification (or at least expansion on the explanations in the changelog) on how timeouts are handled in the latest version would be appreciated.

Thanks,
Tyrel



reply via email to

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