buglwIP - A Lightweight TCP/IP stack - Bugs: bug #19986, tcp connect problem

 
 

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

bug #19986: tcp connect problem

Submitter:  Cui hengbin <phant>
Submitted:  Mon 28 May 2007 07:13:21 AM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  Fixed
Privacy:  Public Assigned to:  goldsimon
Open/Closed:  Closed Planned Release:  None
lwIP version:  None

Wed 30 May 2007 06:17:30 AM UTC, comment #4: 

Thanks.
So I'll close this as fixed.

Simon Goldschmidt <goldsimon>
Group administrator
Tue 29 May 2007 11:29:46 PM UTC, comment #3: 

Simon.
     yes your fixed tcp.c work well.
     but i don't check the bounding problem,but I think it should work well.



Cui hengbin <phant>
Tue 29 May 2007 11:05:11 AM UTC, comment #2: 

I've checked in a fix.
Cui, could you please verify it is fixed?

Simon Goldschmidt <goldsimon>
Group administrator
Tue 29 May 2007 08:31:56 AM UTC, comment #1: 

I'm pretty sure this is a bug - this code was modified recently to include the tcp_bound_pcbs list.  Hopefully it will get fixed soon.

Any volunteers?

Kieran Mansley <kieranm>
Group Member
Mon 28 May 2007 07:13:21 AM UTC, original submission:  

hi All:
   my lwip version is check from CVS.
   the old is ok.
   But when resolve tcp bind.producing suck problem.
  
   when tcp_connect
   pcb->sate = SYN_SENT;
   but add tcp_pcb_remove(&tcp_bound_pcbs,pcb);
   pcb->state = CLOSED.

   and assert in tcp_slowtmr();
   is it wrong,or not?

help me!

Cui hengbin <phant>

 

(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 (Posted a comment)
  • -email is unavailable- added by kieranm (Posted a comment)
  • -email is unavailable- added by phant (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 4 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2007-05-30 goldsimon StatusReady For Test Fixed
        Open/ClosedOpen Closed
    2007-05-29 goldsimon Assigned toNone goldsimon
    2007-05-29 goldsimon StatusNone Ready For Test

    Back to the top

    Powered by Savane 3.13-02a9.
    Corresponding source code