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

Andrei Pelinescu-Onciul andrei at iptel.org
Thu Jun 11 01:21:27 CEST 2009


andrei      2009/06/11 01:21:27 CEST

  SER CVS Repository

  Modified files:
    .                    sctp_options.c sctp_options.h 
                         sctp_server.c 
  Log:
  sctp: more config variables
  
  Added more config variables for various sctp protocol specific
  parameters:
   asocmaxrxt - maximum retransmissions attempts per association
   init_max_attempts - maximum INIT retransmission attempts
   init_max_timeo - maximum INIT retransmission timeout (RTO max for
                    INIT)
   hbinterval - sctp heartbeat interval, -1 for disable
   pathmaxrxt - maximum retransmission attempts per path
   sack_delay - delay until an ACK is generated after receiving a
                packet.
   sack_freq  - number of packets received before an ACK is sent
   max_burst  - maximum burst of packets that can be emitted by an
                association
  
  All of them can be changed at runtime (e.g.
   $ sercmd cfg.set_now_int sctp hbinterval -1 ), but the changes
   will affect only new associations (they will not affect the
   already established ones).
  
  Revision  Changes    Path
  1.8       +227 -2    sip_router/sctp_options.c
http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/sip_router/sctp_options.c.diff?r1=1.7&r2=1.8
  1.5       +12 -4     sip_router/sctp_options.h
http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/sip_router/sctp_options.h.diff?r1=1.4&r2=1.5
  1.28      +192 -1    sip_router/sctp_server.c
http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/sip_router/sctp_server.c.diff?r1=1.27&r2=1.28



More information about the sr-dev mailing list