lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [bug #38315] tcp_eff_send_mss_impl() always subtract the di


From: Valery Ushakov
Subject: [lwip-devel] [bug #38315] tcp_eff_send_mss_impl() always subtract the difference in IPv6 header size
Date: Tue, 12 Feb 2013 14:57:25 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0.12) Gecko/20100101 Firefox/10.0.12

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

                 Summary: tcp_eff_send_mss_impl() always subtract the
difference in IPv6 header size
                 Project: lwIP - A Lightweight TCP/IP stack
            Submitted by: uwe
            Submitted on: Tue 12 Feb 2013 02:57:23 PM GMT
                Category: TCP
                Severity: 3 - Normal
              Item Group: Change Request
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
         Planned Release: 
            lwIP version: git head

    _______________________________________________________

Details:

tcp_eff_send_mss_impl() checks for #if LWIP_IPV6 and then unconditionally
subtracts (IP6_HLEN - IP_HLEN) from mss_s.  It should do that only when
"isipv6" is set, so that IPv4 connections are not penalized with smaller MSS
just because lwIP is configured to support IPv6.





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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