[Bug 206001] tcp fastpath, using ancient struct tcpcb field

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Jan 7 11:36:35 UTC 2016


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 at FreeBSD.org
          Reporter: devnexen at 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.


More information about the freebsd-bugs mailing list