Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Dec 2010 21:32:35 +0000 (UTC)
From:      Michael Tuexen <tuexen@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/netinet sctp_asconf.c sctp_constants.h sctp_indata.c sctp_input.c sctp_output.c sctp_pcb.c sctp_timer.c
Message-ID:  <201012302132.oBULWoFU075655@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
tuexen      2010-12-30 21:32:35 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          sctp_asconf.c sctp_constants.h 
                         sctp_indata.c sctp_input.c sctp_output.c 
                         sctp_pcb.c sctp_timer.c 
  Log:
  SVN rev 216825 on 2010-12-30 21:32:35Z by tuexen
  
  Define and use SCTP_SSN_GE, SCTP_SSN_GT, SCTP_TSN_GE, SCTP_TSN_GT macros
  and use them instead of the generic compare_with_wrap.
  Retire compare_with_wrap.
  
  MFC after: 3 months.
  
  Revision  Changes    Path
  1.50      +1 -2      src/sys/netinet/sctp_asconf.c
  1.55      +7 -5      src/sys/netinet/sctp_constants.h
  1.97      +88 -152   src/sys/netinet/sctp_indata.c
  1.107     +13 -20    src/sys/netinet/sctp_input.c
  1.132     +10 -13    src/sys/netinet/sctp_output.c
  1.127     +3 -7      src/sys/netinet/sctp_pcb.c
  1.58      +3 -11     src/sys/netinet/sctp_timer.c



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