Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Feb 2011 15:23:46 +0000 (UTC)
From:      Randall Stewart <rrs@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/netinet sctp.h sctp_cc_functions.c sctp_dtrace_declare.h sctp_dtrace_define.h sctp_indata.c sctp_output.c sctp_pcb.c sctp_structs.h sctp_sysctl.c sctp_sysctl.h sctp_timer.c sctp_uio.h sctp_usrreq.c sctputil.c
Message-ID:  <201102261524.p1QFO7C7010413@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rrs         2011-02-26 15:23:46 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          sctp.h sctp_cc_functions.c 
                         sctp_dtrace_declare.h 
                         sctp_dtrace_define.h sctp_indata.c 
                         sctp_output.c sctp_pcb.c sctp_structs.h 
                         sctp_sysctl.c sctp_sysctl.h sctp_timer.c 
                         sctp_uio.h sctp_usrreq.c sctputil.c 
  Log:
  SVN rev 219057 on 2011-02-26 15:23:46Z by rrs
  
  Improvements to CC modules:
  1) Add four new points that allow you to get more information
     to cc algo's
  2) Fix the case where user changes module on a existing TCB, in
     such a case, the initialization module needs to be called on all nets.
  3) Move htcp_cc structure to a union that other modules can use.
  4) Add 5th point for get/set socket options for cc_module specific options
  
  MFC after:      2 months
  
  Revision  Changes    Path
  1.37      +4 -3      src/sys/netinet/sctp.h
  1.22      +46 -46    src/sys/netinet/sctp_cc_functions.c
  1.3       +2 -0      src/sys/netinet/sctp_dtrace_declare.h
  1.3       +15 -0     src/sys/netinet/sctp_dtrace_define.h
  1.102     +26 -0     src/sys/netinet/sctp_indata.c
  1.146     +7 -0      src/sys/netinet/sctp_output.c
  1.141     +2 -1      src/sys/netinet/sctp_pcb.c
  1.54      +13 -5     src/sys/netinet/sctp_structs.h
  1.46      +18 -0     src/sys/netinet/sctp_sysctl.c
  1.34      +24 -0     src/sys/netinet/sctp_sysctl.h
  1.65      +4 -1      src/sys/netinet/sctp_timer.c
  1.57      +5 -0      src/sys/netinet/sctp_uio.h
  1.95      +43 -0     src/sys/netinet/sctp_usrreq.c
  1.137     +5 -1      src/sys/netinet/sctputil.c



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