lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [bug #26267] Simultaneous close


From: Kieran Mansley
Subject: [lwip-devel] [bug #26267] Simultaneous close
Date: Wed, 22 Apr 2009 12:05:32 +0000
User-agent: Opera/9.21 (X11; Linux i686; U; en)

Follow-up Comment #13, bug #26267 (project lwip):

I've had another look and think I understand now: I was wrong about what
snd_max is.  I thought it was the maximum value that we could send, but it is
actually the maximum value we have sent.  snd_nxt can change to be smaller
when we retransmit things.  This is a problem because lots of code (e.g. stuff
I've written) uses snd_nxt where snd_max would be better.  I'm not sure why we
need both, so I'd quite like to get rid of snd_nxt. 



    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?26267>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/





reply via email to

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