Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 07 Jan 2016 11:36:35 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 206001] tcp fastpath, using ancient struct tcpcb field
Message-ID:  <bug-206001-8@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206001

            Bug ID: 206001
           Summary: tcp fastpath, using ancient struct tcpcb field
           Product: Base System
           Version: 11.0-CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: kern
          Assignee: freebsd-bugs@FreeBSD.org
          Reporter: devnexen@gmail.com

Created attachment 165207
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=165207&action=edit
patch proposal

Hi.
7e3646578b54b2efa2501b7025e79f74ae12ea0aESC commit removed t_maxopd field for
SMSS matter, in favor of using tcp_maxseg function.

tcp_stacks/fastpath.c still somehow used this field, hence the patch proposes a
little change to fix it.

Regards.

-- 
You are receiving this mail because:
You are the assignee for the bug.


Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-206001-8>