[sr-dev] CVS:commitlog: sip_router sctp_options.c sctp_options.h sctp_server.c

Andrei Pelinescu-Onciul andrei at iptel.org
Fri Jun 26 19:56:45 CEST 2009


andrei      2009/06/26 19:56:45 CEST

  SER CVS Repository

  Modified files:
    .                    sctp_options.c sctp_options.h 
                         sctp_server.c 
  Log:
  sctp: max_assocs options
  
  Added a new option controlling the maximum number of open
  associations allowed. When exceeded new associations will be
  immediately closed (using ABORT).
  If connection tracking is used (default) trying to open new
  associations will gracefully fail before actually opening them. If
  no connection tracking is used, the associations will first be
  opened and then immediately closed. In this case the packet
  triggering the active open will be sent (as part of the initial
  4-way handshake), before the association is closed.
  
  Revision  Changes    Path
  1.12      +6 -1      sip_router/sctp_options.c
http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/sip_router/sctp_options.c.diff?r1=1.11&r2=1.12
  1.8       +2 -1      sip_router/sctp_options.h
http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/sip_router/sctp_options.h.diff?r1=1.7&r2=1.8
  1.32      +198 -12   sip_router/sctp_server.c
http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/sip_router/sctp_server.c.diff?r1=1.31&r2=1.32



More information about the sr-dev mailing list