buglwIP - A Lightweight TCP/IP stack - Bugs: bug #37353, [ppp-new] save thread...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #37353: [ppp-new] save thread ppp_input_thread() handle

Submitter:  hanhui <hanhui03>
Submitted:  Fri 14 Sep 2012 06:34:30 PM UTC
   
 
Category:  PPP Severity:  3 - Normal
Item Group:  Change Request Status:  Wont Fix
Privacy:  Public Assigned to:  None
Open/Closed:  Closed Planned Release:  None
lwIP version:  Other

Fri 26 Apr 2013 08:05:21 PM UTC, comment #2: 

PPP_INPROC_OWNTHREAD feature removed in ppp-new, which make this bug not relevant anymore.

Git commit 25f9f55878f008113bc1f4a0068d4827ed4595b9.

Sylvain Rochet <gradator>
Group Member
Tue 18 Sep 2012 09:38:32 PM UTC, comment #1: 

Well, I am more in favor of removing the broken PPP_INPROC_OWNTHREAD feature and moving PPP_INPROC_MULTITHREADED to PPPAPI in a better way (ppp_tcpip_callback_header structure moved to pppapi_msg).

Sylvain Rochet <gradator>
Group Member
Fri 14 Sep 2012 06:34:30 PM UTC, original submission:  

Sylvain Rochet

In sys_arch.txt line171

function sys_thread_new() will return a handle of thread. like this

sys_thread_t sys_thread_new(char name, void ( thread)(void *arg), void *arg, int stacksize, int prio);

so I suggest that ppp_cb save ppp_input_thread handle in PPPoS mode, so before I called pppapi_delete() I must decide whether this thread was completely exit!


hanhui


hanhui <hanhui03>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by goldsimon (Updated the item)
  • -email is unavailable- added by gradator (Posted a comment)
  • -email is unavailable- added by hanhui03 (Submitted the item)
  •  

    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 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2013-04-26 gradator StatusNone Wont Fix
        Open/ClosedOpen Closed
    2013-01-14 goldsimon CategoryNone PPP

    Back to the top

    Powered by Savane 3.13-02a9.
    Corresponding source code