lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [bug #27905] FIN isn't combined with data sent


From: Simon Goldschmidt
Subject: [lwip-devel] [bug #27905] FIN isn't combined with data sent
Date: Sun, 01 Nov 2009 17:20:43 +0000
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.4; de; rv:1.9.1.4) Gecko/20091016 Firefox/3.5.4

URL:
  <http://savannah.nongnu.org/bugs/?27905>

                 Summary: FIN isn't combined with data sent
                 Project: lwIP - A Lightweight TCP/IP stack
            Submitted by: goldsimon
            Submitted on: So 01 Nov 2009 17:20:41 GMT
                Category: TCP
                Severity: 3 - Normal
              Item Group: Change Request
                  Status: Need Info
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
         Planned Release: 
            lwIP version: CVS Head

    _______________________________________________________

Details:

In tcp_enqueue, we currently don't combine FIN segments to the last unsent.
Does anybody know why? I would have thought that this would be a good idea to
keep the number of segments sent low.

I.e. the httpd closes a connection right after all data is enqueued
successfully. Although the enqueued segments are still on unsent (tcp_output
hasn't been called, yet), FIN always results in a new segment.




    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Nachricht geschickt von/durch Savannah
  http://savannah.nongnu.org/





reply via email to

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