Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Nov 2010 18:50:35 +0000 (UTC)
From:      Michael Tuexen <tuexen@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/netinet sctp_timer.c sctp_usrreq.c sctputil.c sctputil.h
Message-ID:  <201011071850.oA7IoltU095259@repoman.freebsd.org>

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

tuexen      2010-11-07 18:50:35 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          sctp_timer.c sctp_usrreq.c sctputil.c 
                         sctputil.h 
  Log:
  SVN rev 214939 on 2010-11-07 18:50:35Z by tuexen
  
  Do not have the MTU table twice in the code. Therefore move the
  function from the timer code to util, rename it appropriately and
  also fix a bug in sctp_get_prev_mtu(), where calling it with a
  value existing in the MTU table did not return a smaller one.
  
  MFC after: 3 days.
  
  Revision  Changes    Path
  1.55      +1 -41     src/sys/netinet/sctp_timer.c
  1.81      +1 -1      src/sys/netinet/sctp_usrreq.c
  1.121     +32 -17    src/sys/netinet/sctputil.c
  1.42      +2 -1      src/sys/netinet/sctputil.h



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